|
static void | colorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | hotColorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | coldColorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | jetColorMap (unsigned int *rgb, float value, float min, float max) |
| This class has been obtained from http://www.koders.com/cpp/fidCFEC52F6E8D5CAF77FBCDB42FDB45A69EC48677B.aspx?s=colorMapFunc#L153 under the GNU licence. More...
|
|
static void | cyclicColorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | randColorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | grayColorMap (unsigned int *rgb, float value, float min, float max) |
|
static void | blueColorMap (unsigned int *rgb, float value, float min, float max) |
|
static colorMapFunc | selectColorMap (int cmp) |
|
static int | RGB2HEX (int red, int green, int blue) |
|
void ColorMap::jetColorMap |
( |
unsigned int * |
rgb, |
|
|
float |
value, |
|
|
float |
min, |
|
|
float |
max |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: