19 #ifndef RQT_MULTIPLOT_COLOR_OPERATIONS_H 20 #define RQT_MULTIPLOT_COLOR_OPERATIONS_H 27 static float intToHue(
unsigned char val);
28 static unsigned char hueToInt(
float hue);
30 static QColor
hsvToRgb(
const QColor& hsv);
31 static QColor
intToRgb(
unsigned char val);
33 static QColor
invertRgb(
const QColor& rgb);
static QColor invertRgb(const QColor &rgb)
static QColor hsvToRgb(const QColor &hsv)
static QColor intToRgb(unsigned char val)
static float intToHue(unsigned char val)
static unsigned char hueToInt(float hue)