2009年9月17日 星期四

HW01 Geometric Painting

●世界名畫


























●我的作品























●processing






























●我的程式碼


size(350, 350);
background(124);

fill(211, 255, 255); //左上
rect(40, 50, 120, 100);

fill(211, 255, 255); //右上
rect(210, 50, 120, 100);

fill(211, 255, 255); //左下
rect(45, 190, 120, 100);

fill(211, 255, 255); //右下
rect(210, 190, 120, 100);

fill(255); //白圓
ellipse(185, 170, 220 , 220);

fill(234, 199 ,99); //黃圓
ellipse(185, 170, 180 , 180);

stroke(124);
fill(124);
rect(161, 3, 45, 313);

stroke(124);
fill(124);
rect(42, 150, 324, 45);





沒有留言:

張貼留言