Returns the name used to create the specified color space.
Original signature is 'CFStringRef CGColorSpaceCopyName( CGColorSpaceRef space );'
Available in Mac OS X v10.6 and later.


- space (IntPtr)
- MISSING

The name used to create the specified color space, or NULL if the color space was not created using the CGColorSpaceCreateWithName function.

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