This is what I have now. It’s of course incomplete.
I want a layer to inherit specific colors based on the value of a rotation prop. I don’t want the color values to pop (change immediately) but instead to have a slow change of the colors. Hence, I thought I would use the Interpolation Method.
targetProp = thisComp.layer(“Hand”).transform.rotation;
targetVal1 = linear(time,0,1,effect(“Color Control”)(“Color”),effect(“Color Control 2”)(“Color”));
targetVal2 = linear(time,0,1,effect(“Color Control 2”)(“Color”),effect(“Color Control 3”)(“Color”));
targetVal3 = linear(time,0,1,effect(“Color Control 3”)(“Color”),effect(“Color Control 4”)(“Color”));
if (targetProp >=0 && targetProp<1001)
{ targetVal1 }
else if (targetProp >= 1001 && targetProp<2001)
{ targetVal2 }
else if(targetProp< 0)
{ targetVal3 }
else {effect(“Color Control 4”)(“Color”)}
Sense make?
TypeGEMs – the Definitive Type Gizmo for AE
https://broadcastgems.com/typegems/
Intensive mocha & AE Training in Singapore and Other Dangerous Locations
Adobe After Effects CC ACE/ACI
Imagineer Systems (mocha) Certified Instructor
https://www.broadcastgems.com/mographintensity_shapestext/