|
|
Functions | |
| HsvColor | HeatMapColor (float percentage) |
| HeatMapColor calculates the color of a value between 0 and 1 on a heat map. | |
| DrawColor | HeatMapRGBAColor (float percentage) |
| DrawColor24Bit | HeatMapRGBColor (float percentage) |
| DrawColor24Bit | HsvToRgb (const HsvColor &in) |
| HsvColor | RgbToHsv (const DrawColor24Bit &in) |
| HsvColor 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 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 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 HsvToRgb | ( | const HsvColor & | in | ) |
| HsvColor RgbToHsv | ( | const DrawColor24Bit & | in | ) |