50 #ifndef ACG_HALTONCOLORS_HH 51 #define ACG_HALTONCOLORS_HH 56 #include <ACG/Math/VectorT.hh> 57 #include "../Config/ACGDefines.hh" 59 #include "ColorGenerator.hh" 88 float halton(
int index);
89 float random_interval(
int index,
float min,
float max);
90 ACG::Vec4f HSL2RGB(
double h,
double sl,
double l);
94 float inverse_bases[3];
101 #endif // ACG_HALTONCOLORS_HH defined Namespace providing different geometric functions concerning angles.
Implementation of halton colors Provides deterministic pseudo-random low-discrepancy colors with a un...