-
Multiple expressions in one property
Hi there!
I am trying to use 2 expressions in one propertybut I don’t know how to write it correctly.
I have a SampleImage in the Fill effect, but it is in Y position, but I need change the color in X position, and I don’t know how to have the X.How could I use 2 expression in one property?
This is what I have for Y:
Thank you,
Gustarget = thisComp.layer("Color_gradient");
colorpicker = thisComp.layer("BUBBLE MASTER");
target.sampleImage(target.fromWorld(colorpicker.position), [0.2,0.2], true, time)