The CmykColor type exposes the following members.

Constructors

  NameDescription
Public methodCmykColor
Create a new Cmyk color 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.)

Fields

  NameDescription
Public fieldStatic memberBlack
Process Black (100% black)
Public fieldStatic memberBlue
CMYK Blue
Public fieldStatic memberCyan
Process Cyan (100% Cyan)
Public fieldStatic memberGray
CMYK Gray
Public fieldStatic memberGreen
CMYK Green
Public fieldStatic memberLightGray
CMYK Light Gray
Public fieldStatic memberMagenta
Process Magenta (100% Magenta)
Public fieldStatic memberOrange
CMYK Orange
Public fieldStatic memberPink
CMYK Pink
Public fieldStatic memberPurple
CMYK Purple
Public fieldStatic memberRed
CMYK Red
Public fieldStatic memberWhite
White (all component 0%)
Public fieldStatic memberYellow
Process Yellow (100% Yellow)

Properties

  NameDescription
Public propertyC
The Cyan color component [0-255].
Public propertyK
The Black color component [0-255].
Public propertyM
The Magenta color component [0-255].
Public propertyName
The name of the CMYK color.
(Overrides Color..::..Name.)
Public propertyParsableName
Get the name of the color as it can be parsed again.
(Overrides Color..::..ParsableName.)
Public propertyY
The Yellow color component [0-255].

See Also