|
| static void | getSCurveColorTable (const unsigned int &nbColors, const float *hueRange, const float *saturationRange, const float *valueRange, OLookupTable &outColors) |
| | Generation de la table de couleurs basee sur une rampe S-Curve ( y = (1-cos(pi*x))/2 ) More...
|
| |
| static void | getLinearColorTable (const unsigned int &nbColors, const float *hueRange, const float *saturationRange, const float *valueRange, OLookupTable &outColors) |
| | Generation de la table de couleurs basee sur une rampe lineaire ( y = x+0.5/255 ) More...
|
| |
| static void | getSqrtColorTable (const unsigned int &nbColors, const float *hueRange, const float *saturationRange, const float *valueRange, OLookupTable &outColors) |
| | Generation de la table de couleurs basee sur une rampe sqrt ( y = sqrt(x)+0.5/255 ) More...
|
| |
| static void | getGaussColorTable (const unsigned int &nbColors, const float &alpha1, const float &alpha2, OLookupTable &outColors) |
| | Generation de la table de couleurs a partir d'une repartition gaussienne en R, G, B. More...
|
| |
Classe utilitaire permettant de gerer les palettes de couleurs pour les cartographies
Definition at line 145 of file color.h.