Go to the documentation of this file.
99 void convertHSVToRGB(
float hue,
float s,
float v,
float &r,
float &g,
float &b);
void calcColorHot(float *color, size_t bucket)
Returns a color from a hot gradient.
void calcColorHSV(float *color, size_t bucket)
Returns a color from a HSV gradient.
void convertHSVToRGB(float hue, float s, float v, float &r, float &g, float &b)
Converts the given color in HSV space into RGB space.
ColorMap(size_t buckets)
Ctor. Constructs a color gradient with the given number of buckets.
void calcColorGrey(float *color, size_t bucket)
Returns a color from a gray gradient.
void calcColorSimpsons(float *color, size_t bucket)
Returns a color from a Simpsons gradient.
void calcColorSHSV(float *color, size_t bucket)
Returns a color from a SHSV gradient.
void getColor(float *color, size_t bucket, GradientType gradient=GREY)
Returns three float values for the color of the given bucket.
GradientType
Identifies a color gradient.
size_t m_numBuckets
Number of colors in the color gradient.
void calcColorJet(float *color, size_t bucket)
Returns a color from a Jet gradient.
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:23