Access / Change Fill Effect Color from ExtendScript
Hey all,
This may be a pretty simple answer but I'm new to scripting, and I have a layer with the effect "Fill" and I would like to change the color value in my script. Am I not accessing the effect correctly or I am putting in the wrong value?
app.project.item("Controls").layers("Colors").effect("Fill")(3) == '#ffffff';
So the comp is called "Controls", it has a solid inside it called "Colors" and the effect is "Fill". I am trying to change it to white.
Thanks in advance!
