Abstract base class that calculates the matching RGB color to a given value. More...
#include <ColorModel.h>
Public Member Functions | |
virtual Color | getColor (float fVal) const =0 |
Protected Member Functions | |
ValueFloatToRGB (void) | |
virtual | ~ValueFloatToRGB () |
Abstract base class that calculates the matching RGB color to a given value.
Definition at line 41 of file ColorModel.h.
App::ValueFloatToRGB::ValueFloatToRGB | ( | void | ) | [inline, protected] |
Definition at line 47 of file ColorModel.h.
virtual App::ValueFloatToRGB::~ValueFloatToRGB | ( | ) | [inline, protected, virtual] |
Definition at line 48 of file ColorModel.h.
virtual Color App::ValueFloatToRGB::getColor | ( | float | fVal | ) | const [pure virtual] |
Implemented in Gui::SoFCColorBarBase, Gui::SoFCColorBar, Gui::SoFCColorGradient, and Gui::SoFCColorLegend.