Aurigma Graphics Mill 5.5 for .NET
CmykColor Methods
The CmykColor type exposes the following members.
Methods
| 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()()().) |