|
Public Methods |
| CColorCoding () |
virtual | ~CColorCoding () |
float | Absolut (float value) |
void | SetRange (float bottom, float top) |
virtual colorRGBA | MapColor (float value)=0 |
void | GLMapColor (float value) |
void | SetLowcolor (float r, float g, float b, float a) |
void | SetHighcolor (float r, float g, float b, float a) |
void | SetZerocolor (float r, float g, float b, float a) |
void | SetLowcolor (float r, float g, float b) |
void | SetHighcolor (float r, float g, float b) |
void | SetZerocolor (float r, float g, float b) |
void | SetAlphaLowcolor (float a) |
void | SetAlphaHighcolor (float a) |
void | SetAlphaZerocolor (float a) |
Public Attributes |
float | top |
float | bottom |
colorRGBA | lowcolor |
colorRGBA | highcolor |
colorRGBA | zerocolor |