Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Change colour with position using wiggle expression

  • Dan Ebberts

    July 8, 2015 at 6:43 pm

    Something like this should work for fill color:

    maxTempY = 100;
    minTempY = 500;
    maxTempColor = [1,0,0,1]; // red
    minTempColor = [0,0,1,1]; // blue
    y = position[1];
    linear(y,maxTempY,minTempY,maxTempColor,minTempColor)

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy