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