ColorModel Enum

ColorModel enumeration

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

public enum ColorModel

Values

NameValueDescription
Rgb0Red-Green-Blue color model
Hsl1Hue-Saturation-Luminosity color model
Hsv2Hue-Saturation-Value color model
Hwb3Hue-Whiteness-Blackness color model
Cmyk4Cyan-Magenta-Yellow-Key color model
Lab5Lightness-A-B color model
Oklab6Improved Lightness-A-B model
Lch7Luminance-Chroma-Hue color model
Oklch8Improved Luminance-Chroma-Hue color model

See Also