Testing

In the Lab7's draw method, add the following line right before you draw each shape:

fill (i * 64);

Where i is the index of the Shape you are currently drawing.

The fill() method from PApplet chooses a color for each shape drawn (rect and ellipse in our case).

Depending on how you choose to initialize each shape, your window should look similar to: