Change colors on different objects blinking

Awesome!! :grin:

“p” is for purple(!) in the RED channel.
And it looks like you have the colorMode as RGB.
So the amount of red is changing with each draw loop via the modulo math and then mixing with the constant green (70) and blue (200).
I hope that makes sense!
:nerd_face: