I'm in the middle of my first game jam and having a lot of fun.
I want to quickly (and easily) change the color of some sprite objects.
I'm finding that Set Color works great. I can easily change a sprite to red or green (depending on if something is good or bad.
But, I'm not sure how to best change the color back to its original color - I don't always know what the original color was (especially with the rgbEX values).
Is there a command to just revert the color back to its starting color?