| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.4 and later. |
| Declared in | NSColor.h |
The Application Kit extends the Core Image frameworkâs CIColor class by adding the ability to create an instance of CIColor from an existing NSColor instance.
Initializes a newly allocated CIColor object using an NSColor object.
- (id)initWithColor:(NSColor *)color
The initial color value, which can belong to any available colorspace.
The resulting CIColor object, or nil if the object cannot be initialized with the specified value.
NSColor.hLast updated: 2006-05-23