2012年11月23日 星期五

B10010124_羅惠如_Logo




PFont font;

size(300, 300);
background(0);

ellipse(50, 50, 80, 80);
noStroke();
fill(200);
ellipse(70, 70, 50, 50);
noStroke();
fill(100);
ellipse(90, 90, 30, 30);
stroke(100, 100, 100);
strokeWeight(8);
line(90, 90, 300, 300);
{
font = loadFont("LucidaCalligraphy-Italic-32.vlw");
textFont(font, 26);
fill(255);
text("Draw", 100, 50);
}
{
textFont(font, 20);
fill(200);
text("your", 200, 150);
fill(150);
text("sketch", 200, 180);
}
{
  noStroke();
  smooth();
  fill(255, 0, 0, 160);         // Red color
  ellipse(20, 120, 150, 150);   // Red circle
  fill(0, 0, 255, 160);         // Blue color
  ellipse(300, 250, 200, 200);  // Blue circle
}

沒有留言:

張貼留言