-
Changing effect parameters with a script
Hi in a tutorial I was reading they described how to change a transform value in after effect like this
myRotation = mySolid.property(“rotation”);
myRotation.setValueAtTime(0,0);My question is: how can I do this with an effect parameter, specifically the colorize Hue parameter in the Hue/Saturation effect.