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.

C# | Visual Basic | Visual C++ |
public static CGColorSpaceModel GetModel( IntPtr space )
Public Shared Function GetModel ( _ space As IntPtr _ ) As CGColorSpaceModel
public: static CGColorSpaceModel GetModel( IntPtr space )

- space (IntPtr)
- MISSING

One of the constants described in “Color Space Models”.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)