instance property Shape#color
Shape#color → String
The color of the Shape
. The String value is expected to be like
a CSS color string. So it should be a six (not three) character
String formatted in RRGGBB
form. Each color is a 2-digit hex number
between 0 and 255.