BatchColormap 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.


Instance Variables

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.




Instance Variables for BatchColormap Class

isSet

@protected BOOL isSet;

Description forthcoming.


xcolors

@protected RGB* xcolors;

Description forthcoming.





Software documentation for the RGB class

RGB : Swarm

Declared in:
BatchColormap.h

Description forthcoming.


Instance Variables

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.




Instance Variables for RGB Class

blue

@protected unsigned int blue;

Description forthcoming.


green

@protected unsigned int green;

Description forthcoming.


red

@protected unsigned int red;

Description forthcoming.