color()

Changes the default color for drawing boxes, lines, and fills.

The most basic usage takes a color name. This makes a red circle and green box.

You can also call it with three numbers between 0 (darkest) and 255 (brightest) to mix your own color from red, green, and blue amounts.

This creates a bright green circle.

This creates a medium gray circle.

This creates a dark purple circle.