14 #ifndef _BinToColorMap_H_ 15 #define _BinToColorMap_H_ 72 bool hasControlPoints ( )
const;
74 virtual void setControlPoints (
const std::vector < double> & points );
78 const std::string & name ()
const;
83 virtual void doubleToColor (
double value,
Color & color )
const;
90 #endif // _BinToColor_H_ The base class for the value to the color transformation.
hippodraw::BinToColor class interface
A Color class for creating the color object following the standard RGB color space.
std::vector< int > m_greens
vector of greens for color map.
#define MDL_HIPPOPLOT_API
std::vector< int > m_blues
vector of blues for color map.
std::vector< int > m_reds
vector of reds for color map.
double m_gamma
The gamma correction factor.
numeric::array clone(numeric::array arr)
The base class for the value to the color transformation.