Returns the value of the alpha component associated with a Quartz color.
Original signature is 'CGFloat CGColorGetAlpha ( CGColorRef color );'
Available in Mac OS X version 10.3 and later.


- color (IntPtr)
- MISSING

An alpha intensity value in the range [0,1]. The value represents the opacity of 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)