void setup() { size(600, 600); background(220); colorMode(HSB); } void draw() { float y, diam; y = 100; diam = 40; for (float x=diam/2.0; x