The CmykColor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CmykColor |
Create a new Cmyk color from it's components.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Color.
(Inherited from Color.) | |
| Convert |
Convert this color to a System.Drawing.Color.
(Overrides Color..::..Convert()()()().) | |
| Equals |
Compares two colors.
(Inherited from Color.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Provides a hashcode.
(Inherited from Color.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Black |
Process Black (100% black)
| |
| Blue |
CMYK Blue
| |
| Cyan |
Process Cyan (100% Cyan)
| |
| Gray |
CMYK Gray
| |
| Green |
CMYK Green
| |
| LightGray |
CMYK Light Gray
| |
| Magenta |
Process Magenta (100% Magenta)
| |
| Orange |
CMYK Orange
| |
| Pink |
CMYK Pink
| |
| Purple |
CMYK Purple
| |
| Red |
CMYK Red
| |
| White |
White (all component 0%)
| |
| Yellow |
Process Yellow (100% Yellow)
|
Properties
| Name | Description | |
|---|---|---|
| C |
The Cyan color component [0-255].
| |
| K |
The Black color component [0-255].
| |
| M |
The Magenta color component [0-255].
| |
| Name |
The name of the CMYK color.
(Overrides Color..::..Name.) | |
| ParsableName |
Get the name of the color as it can be parsed again.
(Overrides Color..::..ParsableName.) | |
| Y |
The Yellow color component [0-255].
|