MonobjcMonobjc Documented Class Library
GetModel Method (space)
NamespacesMonobjc.ApplicationServicesCGColorSpaceGetModel(IntPtr)

Returns the color space model of the provided color space.

Original signature is 'CGColorSpaceModel CGColorSpaceGetModel( CGColorSpaceRef space );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGColorSpaceModel GetModel(
	IntPtr space
)
Public Shared Function GetModel ( _
	space As IntPtr _
) As CGColorSpaceModel
public:
static CGColorSpaceModel GetModel(
	IntPtr space
)
Parameters
space (IntPtr)
MISSING
Return Value
One of the constants described in “Color Space Models”.
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)