size(600,500);
background(255);
for(int i=-900;i<700;i+=5){
float x=random(500);
float y=random(600);
float h=random(300);
float w=random(100);
float color1=random(255);
float color2=random(255);
float color3=random(255);
float color4=random(255);
fill(color1,color2,color3,color4);
rect(x,y,h,w);
}
沒有留言:
張貼留言