The base class for the value to the color transformation.
BinToLineStyle class interface.
void setColor(const std::string &)
Sets the color.
virtual BinToColor * clone() const
Creates a copy of itself.
A Color class for creating the color object following the standard RGB color space.
BinToLineStyle(const char *name)
The constructor.
virtual bool acceptChangeColor() const
Returns true if object can accept changing color,i.e.
The class derived from the BinToColor class.
virtual void doubleToColor(double value, Color &color) const
This function does the actual calculation that transforms the given value into a color using the curr...