BinToBlack class interface.
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...
The base class for the value to the color transformation.
void setColor(const std::string &)
Sets the color.
A Color class for creating the color object following the standard RGB color space.
virtual bool acceptChangeColor() const
Returns true if object can accept changing color,i.e.
The class derived from the BinToColor class.
virtual BinToColor * clone() const
Creates a copy of itself.
BinToBlack(const char *name)
The constructor.