deviceCMYK
A color space object that represents a calibrated or device-dependent CMYK color space.
Declaration
class var deviceCMYK: NSColorSpace { get }Return Value
The NSColorSpace object. This color space has cyan, magenta, yellow, black, and alpha components. Typical devices that use the color-subtractive CMYK color space are color printers. This object corresponds to the Cocoa color space name NSDeviceCMYKColorSpace.