void setup(){
size(600,400);
background(0);
/////Background Logo/////
noStroke();
fill(#FFFF00);
ellipse(300,200,350,350);
rect(50,200,500,120);
/////Red Circle/////
stroke(0);
strokeWeight(5);
fill(#FF0000);
ellipse(300,200,320,320);
/////Ear/////
strokeWeight(3);
fill(#4E3028);
arc(250,130,50,60,HALF_PI+QUARTER_PI,PI+PI,OPEN); //Left
arc(350,130,50,60,-PI,QUARTER_PI,OPEN); //Right
/////InEar/////
noStroke();
fill(#281914);
arc(250,130,30,45,HALF_PI+QUARTER_PI,PI+PI,OPEN); //Left
arc(350,130,30,45,-PI,QUARTER_PI,OPEN); //Right
/////Head/////
stroke(0);
strokeWeight(3);
fill(#4E3028);
arc(300,210,200,200,PI,PI+PI);
/////Face/////
noStroke();
fill(#FFFFCC);
ellipse(300,200,50,70); //Nose Background
fill(0);
ellipse(290,160,10,10); //Left Eye
ellipse(310,160,10,10); //Right Eye
stroke(0);
strokeWeight(3);
triangle(300,185,295,175,305,175); //Nose
///Mouth///
line(300,180,300,200);
line(300,200,280,220);
line(300,200,320,220);
/////Black label/////
fill(0);
rect(60,210,480,100);
///// "JURASSIC BROWN" /////
fill(#FFFF00);
textSize(50);
text("JURASSIC BROWN",75,280);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น