Question
Is there any way to control the color property of a gradient on a shape layer using expressions?
I can't find anything in the docs that lists the properties of a gradient (and x.reflect doesn't work any more since Adobe binned Extendscript, it seems). I've got something like this -
thisComp.layer("circle_bg").content("e3").content("Gradient Fill 1").colorsI want to go into this colors object and be able to set the position of the start and end knot of the gradient. Is this possible?
Thanks!
