Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Namespaces | Functions
a_colors.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 a_colors
 

Functions

void a_colors::cmy2rgb (double C, double M, double Y, double &R, double &G, double &B)
 
void a_colors::cmyk2cmy (double C, double M, double Y, double K, double &Cn, double &Mn, double &Yn)
 
void a_colors::rgb2hsv (double R, double G, double B, double &H, double &S, double &V)
 
void a_colors::hsv2rgb (double H, double S, double V, double &R, double &G, double &B)