MonobjcMonobjc Documented Class Library
CreateDeviceCMYK Method
NamespacesMonobjc.ApplicationServicesCGColorSpaceCreateDeviceCMYK()()()()

Creates a device-dependent CMYK color space.

Original signature is 'CGColorSpaceRef CGColorSpaceCreateDeviceCMYK( void );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateDeviceCMYK()
Public Shared Function CreateDeviceCMYK As IntPtr
public:
static IntPtr CreateDeviceCMYK()
Return Value
A device-dependent CMYK color space. You are responsible for releasing this object by calling CGColorSpaceRelease. If unsuccessful, returns NULL.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)