|
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 158 of file ColorUtils.h.
DrawColor armarx::colorutils::HeatMapRGBAColor | ( | float | percentage | ) |
Definition at line 170 of file ColorUtils.h.
DrawColor24Bit armarx::colorutils::HeatMapRGBColor | ( | float | percentage | ) |
Definition at line 165 of file ColorUtils.h.
DrawColor24Bit armarx::colorutils::HsvToRgb | ( | const HsvColor & | in | ) |
HsvColor armarx::colorutils::RgbToHsv | ( | const DrawColor24Bit & | in | ) |