[Previous] [Up] [Next]

NSColorList

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSColorList

NSColorList

Declared in: Gui/NSColorList.h

Inherits from: NSObject

Conforms to: NSCoding



availableColorLists

+ (NSArray*) availableColorLists

colorListNamed:

+ (NSColorList*) colorListNamed: (NSString*)name

allKeys

- (NSArray*) allKeys

colorWithKey:

- (NSColor*) colorWithKey: (NSString*)key

initWithName:

- (id) initWithName: (NSString*)name

initWithName:fromFile:

- (id) initWithName: (NSString*)name fromFile: (NSString*)path

insertColor:key:atIndex:

- (void) insertColor: (NSColor*)color key: (NSString *)key atIndex: (unsigned int)location

isEditable

- (BOOL) isEditable

name

- (NSString*) name

removeColorWithKey:

- (void) removeColorWithKey: (NSString*)key

removeFile

- (void) removeFile

setColor:forKey:

- (void) setColor: (NSColor*)color forKey: (NSString*)key

writeToFile:

- (BOOL) writeToFile: (NSString*)path