Sunday, May 31, 2009
more easy shapes
size(200, 200);
background(255);
noStroke();
fill(250, 24, 0);
rect(30, 70, 100, 50);
noStroke();
fill(250, 200, 0);
rect(80, 0, 100, 50);
noStroke();
fill(250, 310, 0);
rect(80, 130, 100, 50);
noStroke();
fill(50, 400, 0);
rect(80, 10, 100, 50);
background(255);
noStroke();
fill(250, 24, 0);
rect(30, 70, 100, 50);
noStroke();
fill(250, 200, 0);
rect(80, 0, 100, 50);
noStroke();
fill(250, 310, 0);
rect(80, 130, 100, 50);
noStroke();
fill(50, 400, 0);
rect(80, 10, 100, 50);
comments

sign in to Add a comment: