Returns the color space of a bitmap context.
Original signature is 'CGColorSpaceRef CGBitmapContextGetColorSpace ( CGContextRef c );'
Available in Mac OS X v10.2 and later.


- c (IntPtr)
- MISSING

The color space of the specified context, or NULL if the context is not a bitmap context. You are responsible for retaining and releasing this object as necessary.

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