Provides access to members that control the HLS color model.
| Description | ||
|---|---|---|
![]() |
CMYK | The CMYK value of color. |
![]() |
GetCIELAB | The CIELAB value of color. |
![]() |
Hue | The hue component of an IHlsColor (0-360). |
![]() |
Lightness | The lightness component of an IHlsColor (0-100). |
![]() |
NullColor | Indicates whether this color is null. |
![]() |
RGB | The RGB value of color. |
![]() |
Saturation | The saturation component of an HlslColor (0-100). |
![]() |
SetCIELAB | The CIELAB value of color. |
![]() |
Transparency | The Alpha Blending value. (0 for transparent, 255 for opaque). |
![]() |
UseWindowsDithering | Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors. |
| Interfaces | Description |
|---|---|
| IColor | Provides access to members that control the basic color interface. |
| CoClasses and Classes | Description |
|---|---|
| HlsColor | A color in the HLS(Hue, Luminance, Saturation) color system. |
IHlsColor Interface | IGrayColor Interface | IHsvColor Interface | IRgbColor Interface