Creates a Quartz color using a list of intensity values (including alpha) and an associated color space.
Original signature is 'CGColorRef CGColorCreate ( CGColorSpaceRef colorspace, const CGFloat components[] );'
Available in Mac OS X version 10.3 and later.


A new Quartz color. You are responsible for releasing this object using CGColorRelease.

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