MetricMapping.cpp File Reference
#include <cmath>
#include <hash_map>
#include <tulip/TulipPlugin.h>
#include <tulip/Color.h>
#include <tulip/Vector.h>
Include dependency graph for colors/MetricMapping.cpp:
Classes
Functions
- void RGBtoHSV (float r, float g, float b, float *h, float *s, float *v)
- void HSVtoRGB (float *r, float *g, float *b, float h, float s, float v)
- COLORPLUGIN (MetricColorMapping,"Metric Mapping","Auber","04/07/2003","0","0","1")
Variables
Function Documentation
COLORPLUGIN |
( |
MetricColorMapping |
, |
|
|
"Metric Mapping" |
, |
|
|
"Auber" |
, |
|
|
"04/07/2003" |
, |
|
|
"0" |
, |
|
|
"0" |
, |
|
|
"1" |
|
|
) |
|
|
void HSVtoRGB |
( |
float * |
r, |
|
|
float * |
g, |
|
|
float * |
b, |
|
|
float |
h, |
|
|
float |
s, |
|
|
float |
v |
|
) |
|
|
void RGBtoHSV |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float * |
h, |
|
|
float * |
s, |
|
|
float * |
v |
|
) |
|
|
Variable Documentation
|