Creates a bitmap image by masking an existing bitmap image with the provided color values.
Original signature is 'CGImageRef CGImageCreateWithMaskingColors ( CGImageRef image, const CGFloat components[] );'
Available in Mac OS X v10.4 and later.


An image created by masking image with the colors specified in the components array. You are responsible for releasing this object by calling CGImageRelease.

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