LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
gradation color provider class for converting float value to a color More...
#include <gradation_color_provider.h>
Public Member Functions | |
virtual | ~GradationColorProvider ()=default |
virtual destructor. | |
RGBColor | convertToColor (const double value) const |
Protected Member Functions | |
GradationColorProvider ()=default | |
protected constructor | |
void | addColor (const RGBColor &color) |
add new color that means the highest value. More... | |
gradation color provider class for converting float value to a color
|
protected |
add new color that means the highest value.
color | color value. |