|  | Re: 3D Text in AE using Expressions - how to change the color by Dan Ebberts on Mar 30, 2012 at 10:37:48 pm |
Assuming you applied a Fill effect to the text, something like this for the Color:
hsla = rgbToHsl(value);
hslToRgb(hsla + [0,0,.02*(index-1),0])
Dan
| |