Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
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) |