[Previous]
[Up]
[Next]
NSColorList
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: AppKit/NSColorList.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSArray*) availableColorLists
+ (NSColorList*) colorListNamed: (NSString*)name
- (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