BatchColormap autogsdoc generated documentation

Authors

Generated by pauljohn

Contents -

  1. Software documentation for the BatchColormap class
  2. Software documentation for the RGB class

Software documentation for the BatchColormap class

BatchColormap : Swarm

Declared in:
BatchColormap.h

Description forthcoming.

Method summary

colorIsSet:

- (BOOL) colorIsSet: (int)c;

Description forthcoming.


rgbValue:

- (RGB*) rgbValue: (int)c;

Description forthcoming.


setColor:ToGrey:

- (BOOL) setColor: (int)c ToGrey: (double)g;

Description forthcoming.


setColor:ToName:

- (BOOL) setColor: (int)c ToName: (char*)colorName;

Description forthcoming.


setColor:ToRed:Green:Blue:

- (BOOL) setColor: (int)c ToRed: (double)r Green: (double)g Blue: (double)b;

Description forthcoming.


Software documentation for the RGB class

RGB : Swarm

Declared in:
BatchColormap.h

Description forthcoming.

Method summary

getBlue

- (int) getBlue;

Description forthcoming.


getGreen

- (int) getGreen;

Description forthcoming.


getRed

- (int) getRed;

Description forthcoming.


setRed:Green:Blue:

- (id) setRed: (unsigned)r Green: (unsigned)g Blue: (unsigned)b;

Description forthcoming.