2012年11月24日 星期六

B10034033_盧欣宜_LOGO


int x=0;
int y=0;
void setup(){
size(300, 300);
}
void draw(){
  background(253,233,25);
  noStroke();
  smooth();
  fill(0,160,210);
  ellipse(244,226,60,60);
  smooth();
  fill(200,0,125);
  ellipse(200,80,80,80);
 
  fill(0,90);
  triangle(150,150,150,255,270,190);
  fill(0,90);
  triangle(100,100,100,255,250,170);

  PFont font;
  font = loadFont("Corbel-Bold-48.vlw");

  fill(245);
  textFont(font,40);
  text("GOOD",X+40,Y+120);
  text("MORNING",X+40,Y+160);

 
 
}
 

沒有留言:

張貼留言