-
Instant color change on layer every few frames.
I am trying to get a layer to change colour instantly every few frames but stay within set range eg. different shades of green.
I have had some success by adding the Fill effect to a layer,
setting a suitable starting color, and then putting a wiggle expression on that color.This enables me to control the speed of change and limit the range of colours,
but the colour changes smoothly and I want to create something that changes colour instantly.I have also tried using the random expression but can’t work out how to slow this down so it doesn’t change on every frame.
Can anyone help?
Thank you!
wiggle (3,0.2) // causes colours to change gradually which I don't wantand also tried
random ([0,0.5,0,0.5]) // which causes erratic colour changes and I don't understand how to stop it changing on every frame