- Show Sketch
/** @peep sketchcode */
size(200, 200);
background(255);
smooth();
noStroke();
fill(126);
ellipseMode(RADIUS);
ellipse(33,33,60,60);
fill(127,0,0);
ellipseMode(CORNER);
ellipse(33,33,60,60);
fill(0);
ellipseMode(RADIUS);
ellipse(33,33,60,60);
Nothing in the gallery yet!
Comments
Nobody has said anything yet.