#include <ColorOperations.h>
|
static QColor | hsvToRgb (const QColor &hsv) |
|
static unsigned char | hueToInt (float hue) |
|
static float | intToHue (unsigned char val) |
|
static QColor | intToRgb (unsigned char val) |
|
static QColor | invertRgb (const QColor &rgb) |
|
Definition at line 25 of file ColorOperations.h.
QColor rqt_multiplot::ColorOperations::hsvToRgb |
( |
const QColor & |
hsv | ) |
|
|
static |
unsigned char rqt_multiplot::ColorOperations::hueToInt |
( |
float |
hue | ) |
|
|
static |
float rqt_multiplot::ColorOperations::intToHue |
( |
unsigned char |
val | ) |
|
|
static |
QColor rqt_multiplot::ColorOperations::intToRgb |
( |
unsigned char |
val | ) |
|
|
static |
QColor rqt_multiplot::ColorOperations::invertRgb |
( |
const QColor & |
rgb | ) |
|
|
static |
The documentation for this class was generated from the following files: