#include <ColorMap.H>
Public Member Functions | |
ColorVal (double val, Color c) | |
ColorVal (double val, Color left, Color right) | |
ColorVal (double val, Color center, Color left, Color right) | |
virtual | ~ColorVal () |
double | val () const |
void | setVal (const double v) |
Color | col () const |
void | setCol (const Color c) |
Color | leftCol () const |
void | setLeftCol (const Color c) |
Color | rightCol () const |
void | setRightCol (const Color c) |
bool | equals (ColorVal *const val) |
ColorVal * | getCopy () |
Protected Attributes | |
double | _val |
Color | _col |
Color | _rcol |
Color | _lcol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|