24 for (
int i = 0; i < 256; i++ ) {
30 if ( i >= 64 && i < 192 ) {
31 m_reds [i] = 2 * ( i - 64 );
The base class for the value to the color transformation.
BinToRainbow(const char *)
The constructor.
std::vector< int > m_greens
vector of greens for color map.
std::vector< int > m_blues
vector of blues for color map.
std::vector< int > m_reds
vector of reds for color map.
This class implements a value to nature colors.
BinToEosA class interface.
BinToColor * clone() const
Creates a copy of itself.
The base class for the value to the color transformation.