The GoColor structure represents a color in five different color models,
RGB, CMY, CMYK, HSB, and HSL. Each of the components of the color models
can be modified to change the represented color.
There are a number of static (shared) methods to easily construct a GoColor
from a System.Drawing.Color or from color values in the different color models.