[Previous]
[Up]
[Next]
NSColorList
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSColorList.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSArray*) availableColorLists;
+ (NSColorList*) colorListNamed: (NSString*)name;
Instances Methods
- (NSArray*) allKeys;
- (NSColor*) colorWithKey: (NSString*)key;
- (id) initWithName: (NSString*)name;
- (id) initWithName: (NSString*)name fromFile: (NSString*)path;
- (void) insertColor: (NSColor*)color key: (NSString *)key atIndex: (unsigned int)location;
- (BOOL) isEditable;
- (NSString*) name;
- (void) removeColorWithKey: (NSString*)key;
- (void) removeFile;
- (void) setColor: (NSColor*)color forKey: (NSString*)key;
- (BOOL) writeToFile: (NSString*)path;