The CmykColor type exposes the following members.

Constructors

  NameDescription
Public methodCmykColor
Create a new CmykColor from it's components.

Methods

  NameDescription
Public methodClone
Clones a Color.
(Inherited from Color.)
Public methodConvert
Convert this color to a System.Drawing.Color.
(Overrides Color..::..Convert()()()().)
Public methodEquals
Compares two colors.
(Inherited from Color.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Provides a hashcode.
(Inherited from Color.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberBlack
Process Black (100% black)
Public propertyStatic memberBlue
CMYK Blue
Public propertyC
The Cyan color component [0-255].
Public propertyStatic memberCyan
Process Cyan (100% Cyan)
Public propertyStatic memberGray
CMYK Gray
Public propertyStatic memberGreen
CMYK Green
Public propertyK
The Black color component [0-255].
Public propertyStatic memberLightGray
CMYK Light Gray
Public propertyM
The Magenta color component [0-255].
Public propertyStatic memberMagenta
Process Magenta (100% Magenta)
Public propertyName
The name of the CMYK color.
(Overrides Color..::..Name.)
Public propertyStatic memberOrange
CMYK Orange
Public propertyParsableName
Get the name of the color as it can be parsed again.
(Overrides Color..::..ParsableName.)
Public propertyStatic memberPink
CMYK Pink
Public propertyStatic memberPurple
CMYK Purple
Public propertyStatic memberRed
CMYK Red
Public propertyStatic memberWhite
White (all component 0%)
Public propertyY
The Yellow color component [0-255].
Public propertyStatic memberYellow
Process Yellow (100% Yellow)

See Also