The CmykColor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CmykColor |
Creates empty CmykColor instance. All channels are initialized with zeros, therefore this color will be represent absolutely white and transparent CMYK value. |
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a full copy of this CmykColor object. |
![]() |
ConvertColorSpace |
Converts color value to another color space. (Inherited from Color.) |
![]() |
Equals |
Compares this CmykColor with specified object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChannel | Overloaded. Gets value stored in specified channel of this color. |
![]() |
GetChannel32 | Overloaded. Gets extended (16-bit) value stored in specified channel of this color. |
![]() |
GetHashCode |
Returns a hash code for this CmykColor class. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToArray |
Returns a byte array that contains all channels of the color (8 bits per channel). (Inherited from Color.) |
![]() |
ToArray32 |
Returns an integer numbers array that contains all channels of the color (16 bits per channel). (Inherited from Color.) |
![]() |
ToGdiplusColor |
Returns System.Drawing.Color containing the same color value as this CmykColor does. (Overrides Color.ToGdiplusColor().) |
![]() |
ToInt32 |
Returns non-extended (8 bit per channel) numeric representation of this CmykColor. (Overrides Color.ToInt32().) |
![]() |
ToInt64 |
Returns extended (16 bit per channel) numeric representation of this CmykColor. (Overrides Color.ToInt64().) |
![]() |
ToString |
Converts the value of this instance to its equivalent string representation. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() |
Implicit | Overloaded. Casts CMYK color data format. |
Name | Description | |
---|---|---|
![]() |
A |
Returns 8-bit alpha channel value (color opacity). (Overrides Color.A.) |
![]() |
A32 |
Returns 16-bit (extended) alpha channel value (color opacity). (Overrides Color.A32.) |
![]() |
C |
Returns 8-bit cyan channel value. |
![]() |
C32 |
Returns 16-bit cyan channel value. |
![]() |
ChannelCount |
Returns number of channels available in this color. (Overrides Color.ChannelCount.) |
![]() |
ColorSpace |
Returns a color space of the color. (Overrides Color.ColorSpace.) |
![]() |
K |
Returns 8-bit black channel value. |
![]() |
K32 |
Returns 16-bit black channel value. |
![]() |
M |
Returns 8-bit magenta channel value. |
![]() |
M32 |
Returns 16-bit magenta channel value. |
![]() |
Y |
Returns 8-bit yellow channel value. |
![]() |
Y32 |
Returns 16-bit yellow channel value. |