That is correct... when applied to an animatable color parameter.
James
On Apr 17, 2013, at 2:00 AM, D wrote: So this expression changes a layer's colour based on its rotation angle?
On Wednesday, April 17, 2013, James Culbertson wrote:
That works.
Thanks much,
James
On Apr 16, 2013, at 10:00 PM, Phil Spitler wrote:
I think you need an == instead if =
if (r == 0) color2/255 else color1/255
Phil
|