The CmykColor type exposes the following members.
Name | Description | |
---|---|---|
A |
Gets 8-bit alpha channel value (color opacity). |
|
C |
Gets 8-bit cyan channel value. |
|
ChannelCount |
Gets a number of channels available in this color. (Inherited from Color.) |
|
ColorSpace |
Gets a color space of the color. (Inherited from Color.) |
|
IsTransparent |
Gets a value indicating whether this color is transparent. (Inherited from Color.) |
|
Item |
Gets a value stored in specified channel of this color. (Inherited from Color.) |
|
K |
Gets 8-bit black channel value. |
|
M |
Gets 8-bit magenta channel value. |
|
PixelFormat |
Gets a pixel format of this color. (Inherited from Color.) |
|
Profile |
Gets or sets a color profile associated with this color. (Inherited from Color.) |
|
Y |
Returns 8-bit yellow channel value. |