/** @peep sketchcode */ size(400, 400); background(255); stroke(256); for(int i = 150; i <= 400; i += 400) { for(int x = 200; x > i; x -= 200) { for(int y = 200; y >= 50; y -= 12) { fill(random(256), random(256), random(256)); ellipse(i, i, y, y); } } }
Nothing in the gallery yet!
Nobody has said anything yet.
Comments
Nobody has said anything yet.