วันอาทิตย์ที่ 16 สิงหาคม พ.ศ. 2558

Lab0_FAV_Song

"So give me reason !!! to prove me WRONG!!!!"

"LINKIN PARK"


//FAV Song
void setup() {
  size(500, 500);
  background(0);//black
  //backgroun's circle
  stroke(255);//black line
  strokeWeight(14);//thick line
  fill(0);//line's color
  ellipse(250, 250, 250, 250);//big circle with nothing  inside of it

  //Linkin Park symbol
  line(260, 125, 185, 290);
  line(185, 290, 325, 290);
  line(325, 290, 275, 180);
  line(275, 180, 195, 360);

  //open the circle
  stroke(0);
  line(258, 100, 238, 140);
  line(215, 350, 200, 380);

  //title
  fill(255);
  textSize(40);
  textAlign(LEFT);
  text("LINKIN PARK", 135, 450);

}

เพลงที่กล่าวถึง


ไม่มีความคิดเห็น:

แสดงความคิดเห็น