2008年4月7日 星期一

PROCESSING

















簡化過的原圖

後面還會陸陸續續補上

就先這樣啦


以下為PROCESSING圖

程式碼:
size(800,600);
background(0,0,140);
noStroke();fill(127,200,219);
rect(51,380,300,200);
ellipse(185,240,180,180);
noStroke();
fill(250,10,0);
ellipse(70,80,100,126);
noStroke();
fill(250,250,100);
rect(300,340,470,100);
noStroke();
fill(250,10,0);
triangle(420,60,690,180,455,376);
noStroke();
fill(0,50,227);
rect(300,380,50,60);
noStroke();
fill(250,250,100);
rect(140,380,90,60);
noStroke();
fill(169,209,16);
rect(692,148,65,65);
noStroke();
fill(16,209,16);
rect(142,186,90,110);
noStroke();
fill(150,150,150);
rect(77,457,130,100);
ellipse(406,40,50,37);

沒有留言: