|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Jet color range. More...
#include "jet_color.h"


Public Member Functions | |
| JetColor ()=default | |
| Default constructor. | |
| ~JetColor () override=default | |
| Default destructor. | |
| std::string | getRGBFromRange (std::chrono::nanoseconds const &value, std::chrono::nanoseconds const &min, std::chrono::nanoseconds const &range) override |
| Get RGB value for a duration within a range for the jet color range. | |
Public Member Functions inherited from hh::ColorPicker | |
| ColorPicker ()=default | |
| Default constructor. | |
| virtual | ~ColorPicker ()=default |
| Default destructor. | |
| virtual std::string | getRGBFromRange (std::chrono::nanoseconds const &value, std::chrono::nanoseconds const &min, std::chrono::nanoseconds const &range)=0 |
| Create a RGB value in the form of a string from a value and its range. | |
|
default |
Default constructor.
|
overridedefault |
Default destructor.
|
inlineoverridevirtual |
Get RGB value for a duration within a range for the jet color range.
| value | Value to get the RGB color |
| min | Min value in the range |
| range | Range of values |
Implements hh::ColorPicker.
Definition at line 46 of file jet_color.h.