Initializes an image with the specified color.
Original signature is '- (id)initWithColor:(CIColor *)color'
Available in Mac OS X v10.5 and later.


- color (CIColor)
- A color object.

The initialized image object or nil if the object could not be initialized.

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