Additive Color Demo
Meant to help explain the nature of RGB.
WARNING: If the red box hits the bottom edge of the window it will crash. If the red box stops moving, refresh the page.
Created 25 November 2007 by Tim Armato: It ain't working yet.
09 December 2007: On a whim I thought I'd try colorMode(HSB); That doesn't work either.
10 December 2007: GOT IT! As I hypothesized when the first version didn't work, you have to do it pixel by pixel. It's not pretty code, but it works.
Return to the blog.
Source code: _20071210_RGB_e
Built with Processing