JamieReid opened this issue on Feb 11, 2005 ยท 13 posts
nruddock posted Sat, 12 February 2005 at 11:31 AM
To determine the values to use you need to know the minimum and maximum Y coordinates of the figure, call these Ymin and Ymax.
As you want the transparency to go from 0 to 1, the values for the offset and scale factor are then as follows :-
Scale factor = (Ymax - Ymin)
Offset = -Ymin
Don't forget to set the Edge and Falloff to 0