Returns the values of the color components (including alpha) associated with a Quartz color.
Original signature is 'const CGFloat * CGColorGetComponents ( CGColorRef color );'
Available in Mac OS X version 10.3 and later.


- color (IntPtr)
- MISSING

An array of intensity values for the color components (including alpha) associated with the specified color. The size of the array is one more than the number of components of the color space for the color.

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