2012年11月24日 星期六
B10030423_廖悅辰
void setup(){
size(300, 300);
background(64, 224, 208);
noFill();
strokeWeight(3);
stroke(255, 215, 0);
ellipse(80, 200 ,260, 260);
smooth();
fill(255, 215, 0);
ellipse(85, 208 ,260, 260);
smooth();
}
void draw(){
noFill();
stroke(0, 0, 0);
noFill();
strokeWeight(2);
strokeCap(ROUND);
arc(110, 220, 110, 125, -1, HALF_PI);
fill(0, 0, 0);
ellipse(56, 156, 35, 35);
fill(0, 0, 0);
ellipse(18, 235, 35, 35);
noStroke();
fill(132,112,225,8);
ellipse(180,130,130,130);
fill(255,105,180,5);
ellipse(120,50,90,90);
fill(255, 250, 205,7);
ellipse(250,150,35,35);
color c = color (255, 69, 0);
fill (c);
PFont font;
// The font must be located in the sketch's
// "data" directory to load successfully
font = loadFont("AgencyFB-Bold-48.vlw");
textFont(font, 35);
text("Industrial Design",80, 200 ,260, 260);
smooth();
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言