class HexaPDF:: Content:: ColorSpace:: DeviceCMYK
Parent | Object |
---|
The DeviceCMYK
color space.
Constants
- DEFAULT¶
The one (and only)
DeviceCMYK
color space.
Public Class Methods
Returns the DeviceCMYK
color space object.
Public Instance Methods
Returns the color object for the given cyan, magenta, yellow and black components.
Color
values can either be integers in the range from 0 to 100 or floating point numbers between 0.0 and 1.0. The integer color values are automatically normalized to the DeviceCMYK
color value range of 0.0 to 1.0.
Returns the default color for the DeviceCMYK
color space.