size(600,400);
background(9,39,52);
fill(16,60,77);
rect(0,300,600,10);
------------------------------------------------------------------------------------------------------------
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);
fill(255,0,0);
stroke(255,0,0);
strokeWeight(4);
point(200,100);
line(100,200,300,200);
------------------------------------------------------------------------------------------------------------
荷蘭國旗
size(600,300);
background(255,255,255);
stroke(500,0,0);
strokeWeight(100);
line(0,50,600,50);
stroke(0,0,500);
strokeWeight(100);
line(0,250,600,250);



沒有留言:
張貼留言