Provides access to members that control the CMYK color values.

| Description | ||
|---|---|---|
![]() |
Black | The black component of an ICmykColor (0-255). |
![]() |
CMYK | The CMYK value of color. |
![]() |
Cyan | The cyan component of an ICmykColor (0-255). |
![]() |
GetCIELAB | The CIELAB value of color. |
![]() |
Magenta | The magenta component of an ICmykColor (0-255). |
![]() |
NullColor | Indicates whether this color is null. |
![]() |
RGB | The RGB value of color. |
![]() |
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. |
![]() |
Yellow | The yellow component of an ICmykColor (0-255). |
| Interfaces | Description |
|---|---|
| IColor | Provides access to members that control the basic color interface. |
| CoClasses and Classes | Description |
|---|---|
| CmykColor | A color in the CMYK(Cyan Magenta Yellow, Black) color system. |
IColor Interface | ICieLabConversion Interface | ICmykColor Interface | IEnumColors Interface