Enum ColorModel
Describes away of modelling color e.g. Hue Saturation Lightness.
public enum ColorModel
Fields
HSL = 2
Color modelled by storing Hue (360 degrees), Saturation (100%) and Lightness (100%)
HSV = 1
Color modelled by storing Hue (360 degrees), Saturation (100%) and Value (100%)
RGB = 0
Color modelled by storing Red, Green and Blue as (0-255) ints