2014年9月15日 星期一

Week01

範例
四邊形,圓形,點,線

size(600,400);
background(9,39,52);
fill(16,60,77);
rect(0,300,600,10);

fill(255,255,255);
ellipse(400,100,50,50);

stroke(255,0,0);
strokeWeight(4);
point(200,100);

line(100,200,300,200);

沒有留言:

張貼留言