Enum ColorModel
Enum ColorModel
Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)
This enumeration is used to select the color model for working with color components.
[ComVisible(true)]
public enum ColorModel
Fields
Cmyk = 4
Cyan-Magenta-Yellow-Key color model
Hsl = 1
Hue-Saturation-Luminosity color model
Hsv = 2
Hue-Saturation-Value color model
Hwb = 3
Hue-Whiteness-Blackness color model
Lab = 5
Lightness-A-B color model
Lch = 7
Luminance-Chroma-Hue color model
Oklab = 6
Improved Lightness-A-B model
Oklch = 8
Improved Luminance-Chroma-Hue color model
Rgb = 0
Red-Green-Blue color model