Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Functions
a_colors Namespace Reference

Functions

double min (double a, double b)
 
double max (double a, double b)
 
double min (double a, double b, double c)
 
double max (double a, double b, double c)
 
void cmy2rgb (double C, double M, double Y, double &R, double &G, double &B)
 
void cmyk2cmy (double C, double M, double Y, double K, double &Cn, double &Mn, double &Yn)
 
void rgb2hsv (double R, double G, double B, double &H, double &S, double &V)
 
void hsv2rgb (double H, double S, double V, double &R, double &G, double &B)
 

Function Documentation

◆ cmy2rgb()

void a_colors::cmy2rgb ( double  C,
double  M,
double  Y,
double &  R,
double &  G,
double &  B 
)

Definition at line 45 of file a_colors.cxx.

+ Here is the caller graph for this function:

◆ cmyk2cmy()

void a_colors::cmyk2cmy ( double  C,
double  M,
double  Y,
double  K,
double &  Cn,
double &  Mn,
double &  Yn 
)

Definition at line 52 of file a_colors.cxx.

+ Here is the caller graph for this function:

◆ hsv2rgb()

void a_colors::hsv2rgb ( double  H,
double  S,
double  V,
double &  R,
double &  G,
double &  B 
)

Definition at line 92 of file a_colors.cxx.

+ Here is the caller graph for this function:

◆ max() [1/2]

double a_colors::max ( double  a,
double  b 
)

Definition at line 30 of file a_colors.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ max() [2/2]

double a_colors::max ( double  a,
double  b,
double  c 
)

Definition at line 40 of file a_colors.cxx.

+ Here is the call graph for this function:

◆ min() [1/2]

double a_colors::min ( double  a,
double  b 
)

Definition at line 22 of file a_colors.cxx.

+ Here is the caller graph for this function:

◆ min() [2/2]

double a_colors::min ( double  a,
double  b,
double  c 
)

Definition at line 35 of file a_colors.cxx.

+ Here is the call graph for this function:

◆ rgb2hsv()

void a_colors::rgb2hsv ( double  R,
double  G,
double  B,
double &  H,
double &  S,
double &  V 
)

Definition at line 59 of file a_colors.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: