#include <color.h>
Public Types | |
typedef Real | component_type |
Static Public Methods | |
void | from_RGB_to_cartesian (const double r, const double g, const double b, component_type *const x, component_type *const y, component_type *const z) |
void | from_cartesian_to_RGB (const component_type x, const component_type y, const component_type z, double *const r, double *const g, double *const b) |
void | set_min_value (const double value) |
void | set_max_value (const double value) |
Only x is used.
|
|
|
|
|
|
|
|
|
|