PDFKit.NET 2.0 Class Library (.NET 2.0)

CmykColor Properties

The properties of the CmykColor class are listed below. For a complete list of CmykColor class members, see the CmykColor Members topic.

Public Static Properties

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
Transparent (inherited from Color) The color Transparent is a special instance of color. It is completely transparent and has no components.
White White (all component 0%)
Yellow Process Yellow (100% Yellow)

Public Instance Properties

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.
ParsableName Get the name of the color as it can be parsed again.
Y The Yellow color component [0-255].

See Also

CmykColor Class | TallComponents.PDF.Colors Namespace