CEDViewer  1.12.0
Static Public Member Functions | List of all members
ColorMap Class Reference

Static Public Member Functions

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)
 

Member Function Documentation

void ColorMap::jetColorMap ( unsigned int *  rgb,
float  value,
float  min,
float  max 
)
static

This class has been obtained from http://www.koders.com/cpp/fidCFEC52F6E8D5CAF77FBCDB42FDB45A69EC48677B.aspx?s=colorMapFunc#L153 under the GNU licence.

Minor modifications by:

Author
: S.Daraszewicz
Date
: 28.08.08

The documentation for this class was generated from the following files: