ColorModel enumeration

ColorModel enumeration

This enumeration is used to select the color model for working with color components.

The ColorModel type exposes the following members:

Fields

FieldDescription
RGBRed-Green-Blue color model
HSLHue-Saturation-Luminosity color model
HSVHue-Saturation-Value color model
HWBHue-Whiteness-Blackness color model
CMYKCyan-Magenta-Yellow-Key color model
LABLightness-A-B color model
OKLABImproved Lightness-A-B model
LCHLuminance-Chroma-Hue color model
OKLCHImproved Luminance-Chroma-Hue color model

See Also