2008年4月7日 星期一

世界名畫(偽)


不知為何顏色有點詭異
懶的調了
程式碼:
void setup()
{
size(800,600);
background(0);
noLoop();
}
void draw(){
float x;
for(int i = 100 ; i<=800 ; i=i+200){
for(int j = 100 ; j<=600 ; j=j+200){
fill(random(250),random(250),random(250),random(250));
rect(i-100,j-100,200,200);
fill(random(250),random(250),random(250),random(250));
ellipse(i,j,200,200) ;
for(int a=0 ; a<20 x =" random(20,180);">
noStroke();
fill(random(250),random(250),random(250),random(250));
ellipse( i , j , x , x ) ;
}
}
}
}

沒有留言: