Creates a Quartz color using a list of intensity values (including alpha), a pattern color space, and a pattern.
Original signature is 'CGColorRef CGColorCreateWithPattern ( CGColorSpaceRef colorspace, CGPatternRef pattern, 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)