Converts a Core Image color object to its NSColor equivalent.
Original signature is '+ (NSColor *)colorWithCIColor:(CIColor *)color'
Available in Mac OS X v10.4 and later.


- color (CIColor)
- The Core Image color to convert.

The NSColor object corresponding to the specified Core Image 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)