void setup() { size(700,460); colorMode(HSB,360,100,100); } int h,s,b; float x=0.0; float y=0.0; void draw() { background(0,0,100); fill(h,100,100); rect(120,180,160,200); fill(h,100,100); ellipse(440,85,160,160); ellipse(450,285,240,240); h=h+1; if(360