-
Outer glow color change linking keyframes, 4 dimensional expression?
Dear people,
I have a layer to which I have applied outer glow. Now I want to change the colour from gold to black whenever, for instance, the opacity increases. I tried to drag the pig tail to the opacity, then I get this:
temp = layerStyle.outerGlow.opacity;
[temp, temp, temp, temp]I suppose this array is [C,M,Y,K], but the thing is: whenever the colour is supposed to be black, AE still renders gold. What’s up with that?