void setup() { size(300,300); background(255); frameRate(30); } int y =0; int x =50; int w; int step=1; int h; void draw() { background(0,0,100); colorMode(HSB,360,100,100); fill(h,100,100); triangle(150,150,40,200,260,200); triangle(150,110,70,160,220,160); triangle(150,70,100,120,200,120); h=h+1; if(360