Elena Deng Portrait

sketch

/* Elena Deng
Section E {
  edeng1@andrew.cmu.edu
  Assignment-01
}



*/

function setup() {
    createCanvas(350, 450);
    background(255,255,255);
}

function draw() {
  //hair
    fill(62,36,12);
    ellipseMode(0,0,0);
    ellipse(215,172,282,267);
    rect(215,175,280,334);
    ellipse(219,197,208,67);

  //jacket
    fill(140,96,57);
    ellipseMode(CENTER);
    ellipse(196,484,265,366);


  //face
  noStroke();
  fill (217, 173, 128);
  ellipseMode(CENTER);
  ellipse(208,213,244,280);
  ellipse(197,260,259,204);
  ellipse(331,251,35,57);

  //hair pt 2
  fill(62,36,12);
  ellipseMode(CENTER);
  ellipse(223,97,208,67);


  //eyebrows
    noStroke();
    fill(62,36,12);
    ellipseMode(CENTER);
    ellipse(225,182,86,30);
    ellipse(103,190,46,26);

  //eyebrowspt2
    noStroke();
    fill(217, 173, 128);
    ellipse(235,194,104,30);
    rect(165,165,25,30);
    ellipse(108,200,44,29);
    rect(117,171,18,39);

//eye
  noStroke();
  fill(0,0,0);
  ellipseMode(CENTER);
  ellipse(225,217,77,39);
  ellipse(98,215,50,32);

  fill(217, 173, 128);
  ellipse(225,225,77,35);
  ellipse(100,222,47,32);

//nose
  noStroke();
  fill(0,0,0);
  ellipseMode(CENTER);
  ellipse(132,253,35,39);

  fill(217, 173, 128);
  ellipse(132,260,35,26);

//mouth
  noStroke();
  fill(0,0,0);
  ellipseMode();
  ellipse(135,307,60,40);

  fill(217, 173, 128);
  ellipse(130,318,59,40);

//hand
  noStroke();
  fill(217, 173, 128);
  ellipse(75,375,93,134);
  ellipse(96,408,100,38);

//jacketpt2
  fill(140,96,57);
  rect(37,425,75,82,20);

//little splotches of joy
  fill(217,185,152);
  ellipse(330,251,21,35);
  ellipse(238,259,98,59);
  ellipse(159,151,62,36);
  ellipse(81,362,70,76);

//windowpane
  fill(173,215,237,63);
  noStroke();
  rect(0,0,296,456);
  fill(255,255,255,63);
  rect(0,0,305,456);



}

i call this piece: no escape from studio. pictured below (or above) is a design student (possibly me), trapped within the depths of margaret morrison

actually really enjoyed this project! i usually procrastinate until the last minute but once i started to work on the portrait i found it hard to stop.

Leave a Reply