Move the sliders to change the colors of Scratch Cat. (11,90,100) are his regular colors.
RGB Version: https://scratch.mit.edu/projects/720140799/ CMY Version: https://scratch.mit.edu/projects/721799136/ RYB Version: https://scratch.mit.edu/projects/723355567/ This is the more accurate version of my original project: CSB Color Testing (https://scratch.mit.edu/projects/679919609). How it works: First you have a pure red sprite with full saturation and brightness. Then there are 2 overlays being white (which is for saturation) and black (which is for brightness). The order (from back to front) of the sprites are the original sprite, the white overlay and the black overlay. Then you set the color effect of the original sprite to ((color)*2), then set the white overlay's ghost effect to the saturation, and the black overlay's ghost effect to the brightness. You will notice that since the black overlay is at the front, setting the brightness to 0, then changing the other sliders should have no effect.