HSVColor
#include <Picker.h>
typedef struct HSVColor { Size Offset Description SmallFract saturation; 2 2 0-1, 0 for gray, 1 for pure color intensity
Notes: For developmental simplicity in switching between the HLS and
HSVmodels, HLS is re ordered into HSL. Thus both models start with hue and
saturation values; value/lightness/brightness is last.