|
|
Functions | |
| HsvColor | HeatMapColor (float percentage) |
| HeatMapColor calculates the color of a value between 0 and 1 on a heat map. More... | |
| DrawColor | HeatMapRGBAColor (float percentage) |
| DrawColor24Bit | HeatMapRGBColor (float percentage) |
| DrawColor24Bit | HsvToRgb (const HsvColor &in) |
| HsvColor | RgbToHsv (const DrawColor24Bit &in) |
| HsvColor armarx::colorutils::HeatMapColor | ( | float | percentage | ) |
HeatMapColor calculates the color of a value between 0 and 1 on a heat map.
| percentage | value between 0..1 |
Definition at line 161 of file ColorUtils.h.
Here is the call graph for this function:
Here is the caller graph for this function:| DrawColor armarx::colorutils::HeatMapRGBAColor | ( | float | percentage | ) |
Definition at line 175 of file ColorUtils.h.
Here is the call graph for this function:
Here is the caller graph for this function:| DrawColor24Bit armarx::colorutils::HeatMapRGBColor | ( | float | percentage | ) |
Definition at line 169 of file ColorUtils.h.
Here is the call graph for this function:
Here is the caller graph for this function:| DrawColor24Bit armarx::colorutils::HsvToRgb | ( | const HsvColor & | in | ) |
| HsvColor armarx::colorutils::RgbToHsv | ( | const DrawColor24Bit & | in | ) |