// simple snow with saturation/brightness adjustment int x,y; void setup(){ size(320,240); } void draw(){ loadPixels(); for(int i=0; i