Creates a device-dependent RGB color space.
Original signature is 'CGColorSpaceRef CGColorSpaceCreateDeviceRGB( void );'
Available in Mac OS X v10.0 and later.


A device-dependent RGB color space. You are responsible for releasing this object by calling CGColorSpaceRelease. If unsuccessful, returns NULL.

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