2012年11月16日 星期五
B10010101蕭惠嘉
int x=0; //set the horizontal position縱坐標
int y=55; //set the vertical position橫坐標
PFont font;//delare the font
font = loadFont("Algerian-48.vlw");//load font
textFont(font);
size(300, 300);
background(180, 180, 100);
color c1 = color(100, 130, 0);
color c2 = #FFAA00;
noStroke();
fill(c1);
rect(10, 10, 25, 100);
fill(c2);
rect(25, 25, 40, 100);
color c3 = get(10, 50);
fill(c3);
rect(50, 50, 60, 100);
color c = color (100, 100, 0);
fill (c);
noStroke();
ellipse(10, 40, 50, 50);
fill (c);
noStroke();
ellipse(100, 240, 150, 150);
fill (c);
noStroke();
ellipse(250, 50, 70, 70);
fill (c);
noStroke();
fill(0);
color b = color (80 , 100, 80);
textSize(20);
fill (b);
noStroke();
text("Spatial", 20, 100);
textSize(30);
text("color", 20, 80);
textSize(20);
text("Cloud", 220, 150);
smooth();
noStroke();
lights();
translate(58, 48, 0);
sphere(28);
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言