#include <Graphics.h>
|
double | getInterpol (const double &val, const std::vector< double > &i_X, const std::vector< double > &i_Y) const |
|
void | HSV2RGB (const double &h, const double &s, const double &v, unsigned char &r, unsigned char &g, unsigned char &b) const |
|
std::vector< double > | X |
|
std::vector< double > | v_h |
|
std::vector< double > | v_s |
|
std::vector< double > | v_v |
| control points: vector of X and associated hues, saturations and values. They must be in X ascending order More...
|
|
◆ gr_blue_pink()
mio::gr_blue_pink::gr_blue_pink |
( |
const double & |
i_min, |
|
|
const double & |
i_max, |
|
|
const bool & |
i_autoscale |
|
) |
| |
The documentation for this class was generated from the following files: