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
Field | Description |
---|---|
RGB | Red-Green-Blue color model |
HSL | Hue-Saturation-Luminosity color model |
HSV | Hue-Saturation-Value color model |
HWB | Hue-Whiteness-Blackness color model |
CMYK | Cyan-Magenta-Yellow-Key color model |
LAB | Lightness-A-B color model |
OKLAB | Improved Lightness-A-B model |
LCH | Luminance-Chroma-Hue color model |
OKLCH | Improved Luminance-Chroma-Hue color model |
See Also
- module
aspose.svg.drawing