Up

AFColorMap class documentation

Authors

Stefan Urbanek (urbanek@host.sk)

Copyright: (C) 2003 Stefan Urbanek

Software documentation for the AFColorMap class

AFColorMap : NSView

Declared in:
FarmingKit/AFColorMap.h

Description forthcoming.

Method summary

colorMapWithGrayGrades:

+ (id) colorMapWithGrayGrades: (int)grades;

Description forthcoming.


colorAtIndex:

- (NSColor*) colorAtIndex: (int)index;

Description forthcoming.


count

- (int) count;

Description forthcoming.


initWithGrayGrades:

- (id) initWithGrayGrades: (int)grades;

Description forthcoming.


undefinedColor

- (NSColor*) undefinedColor;

Description forthcoming.



Up