Inherits from: NSObject
Declared in: AppKit/NSColor.h
This category adds a single method to the Foundation framework's NSCoder class. This method, decodeNXColor, is used to convert archived NXColors into NSColors.
NXColor, a type that dates from pre-OpenStep versions of NEXTSTEP, was a struct. Its replacement, NSColor, is a class. The difficulties of converting from a struct to a class require a special method like decodeNXColor.
decodeNXColor becomes part of the NSCoder class only for applications that use the Application Kit.
For more information, see the NSCoder class specification in the Foundation Framework Reference.
- (NSColor *)decodeNXColor