The CmykColor type exposes the following members.

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