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_
#define MDL_HIPPOPLOT_API
double m_gamma
The gamma correction factor.
std::vector< int > m_reds
vector of reds for color map.
The base class for the value to the color transformation.
A Color class for creating the color object following the standard RGB color space.
The base class for the value to the color transformation.
numeric::array clone(numeric::array arr)
hippodraw::BinToColor class interface
std::vector< int > m_greens
vector of greens for color map.
std::vector< int > m_blues
vector of blues for color map.