#include <colormap.h>
Inheritance diagram for Arroyo::colormap:

Public Member Functions | |
| colormap () | |
| virtual | ~colormap () |
| colormap & | operator= (const colormap &fhd) |
| virtual void | read (const char *filename)=0 |
| virtual void | print (std::ostream &os, const char *prefix="") const =0 |
| virtual void | invert ()=0 |
| virtual char | get_R (double val, double min, double max, bool logscale=false) const =0 |
| virtual char | get_G (double val, double min, double max, bool logscale=false) const =0 |
| virtual char | get_B (double val, double min, double max, bool logscale=false) const =0 |
|
|
Null constructor |
|
|
Trivial destructor |
|
||||||||||||||||||||
|
Get B value - 0 to 255 Implemented in Arroyo::sao_colormap. |
|
||||||||||||||||||||
|
Get G value - 0 to 255 Implemented in Arroyo::sao_colormap. |
|
||||||||||||||||||||
|
Get R value - 0 to 255 Implemented in Arroyo::sao_colormap. |
|
|
Invert the colormap Implemented in Arroyo::sao_colormap. |
|
|
Operator= |
|
||||||||||||
|
Implemented in Arroyo::sao_colormap. |
|
|
Read from file Implemented in Arroyo::sao_colormap. |
1.3.9.1