Getting dirty in RGB
To zoom out (in Chrome anyway) is to Ctrl + - key. It's useful for viewing the bigger picture.
Has anyone any experience with computing RGB values for filters etc.?
(That's with JSFiddle)
EDIT: Couple of fancy ones which are nothing but pretty:
Red:
(x % 2 == 0) ? x : 255-x
Green:
(y % 2 == 0) ? y : 255-y
Blue:
x * y
Psychedelic examples using
createImageData:
http://jsfiddle.net/renegade/HRwsd/






Cartoon Clouds
Mountains
Sunrise
Clouds
Green Clouds
None















Help