顯示具有 B10010126 標籤的文章。 顯示所有文章
顯示具有 B10010126 標籤的文章。 顯示所有文章

2012年12月7日 星期五

B10010126_徐玲琪_聖誕樹




PFont font;//delare the font
font = loadFont("Cambria-BoldItalic-48.vlw"); //load
textFont(font);
size(299,780);
background(230,240,200);

smooth();
for(int i=100; i<200 ; i+=3){
 line(150,500,i,750);
}

for(int i=50; i<250 ; i+=3){
  line(150,20,i,250);
}

for(int i=20; i<290 ; i+=6){
 line(150,50,i,500);
}

 for(int i=20; i<290 ; i+=3){
 line(150,300,i,500);
}

for(int i=100; i<200 ; i+=3){
 line(150,200,i,750);
}

color c = color(30,20,55,30);
noStroke();
fill(c);
for(int i=5; i<700 ; i+=30){
  ellipse(30, i, i, i);
  ellipse(90, i, 10, 10);
  ellipse(150, i, 10, 10);
  ellipse(210, i, 10, 10);
  ellipse(270, i, i, i);
}

fill(255);
textSize(20);
text("Merry", 130, 400);
text("Christmas ", 110 ,420);
color(255, 204, 0);
smooth();

noStroke();
fill(255);
ellipse(20, 500, 7, 7);
ellipse(80, 500, 7, 7);
ellipse(130, 500, 7, 7);
ellipse(180, 500, 7, 7);
ellipse(230, 500, 7, 7);
ellipse(280, 500, 7, 7);

ellipse(50, 250, 5, 5);
ellipse(90, 250, 5, 5);
ellipse(130, 250, 5, 5);
ellipse(170, 250, 5, 5);
ellipse(210, 250, 5, 5);
ellipse(250, 250, 5, 5);

2012年11月23日 星期五

B10010126_徐玲琪_LOGO





PFont font;//delare the font
font = loadFont("HarlowSolid-48.vlw"); //load
textFont(font);
size(300, 300);
background(255, 204, 0);

fill(0);
noStroke();
ellipse(150, 150, 150, 150);
smooth();
fill(255, 204, 0);
ellipse(200, 100, 100, 100);
smooth();


fill(255);
textSize(23);
text("Box", 175, 250);
text("Cake", 220 ,250);
color(255, 204, 0);
smooth();
color c = color (255, 204, 0);

stroke(255);
strokeWeight(5);
smooth();
line(50,120, 170, 80);

stroke(255);
strokeWeight(5);
smooth();
line(170,80, 200, 120);

line(50, 120, 200, 120);
line(50, 120, 50, 200);
line(200, 120, 200, 200);
line(50, 200,200, 200);
line(170, 80, 170, 170);

stroke(255);
strokeWeight(5);
smooth();
line(170,170, 50, 200);

stroke(255);
strokeWeight(5);
smooth();
line(170,170, 200, 200);