Monday, December 12, 2011
size(200,200); background(0); noStroke();
fill(0,0,255); rect(0,0,100,200);
fill(255,0,0,255); rect(0,0,200,40);
fill(255,0,0,191); rect(0,50,200,40);
fill(255,0,0,127); rect(0,100,200,40);
fill(255,0,0,63); rect(0,150,200,40);
fill(0,0,255); rect(0,0,100,200);
fill(255,0,0,255); rect(0,0,200,40);
fill(255,0,0,191); rect(0,50,200,40);
fill(255,0,0,127); rect(0,100,200,40);
fill(255,0,0,63); rect(0,150,200,40);
comments
loading...
Add a comment: