Creates and returns an image of infinite extent that is initialized the specified color.
Original signature is '+ (CIImage *)imageWithColor:(CIColor *)color'
Available in Mac OS X v10.5 and later.


- color (CIColor)
- A color object.

The image object initialized with the color represented by the CIColor object.

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