Skip to content

1b. Drawing in Color

Description

In addition to basic shapes, use some or all of the follow functions to build on your previous drawing with color! Experiment with Alpha and RGB values.

  1. noFill()
  2. noStroke()
  3. fill()
  4. stroke()
  5. background()

Refer to the class notes for a refresher on the above function.