g4tools
5.4.0
|
Go to the source code of this file.
Namespaces | |
tools | |
inlined C code : /////////////////////////////////// | |
Macros | |
#define | tools_hls |
Functions | |
template<class T > | |
T | tools::hls_to_rgb2 (T rn1, T rn2, T huei) |
template<class T > | |
void | tools::hls_to_rgb (T hue, T light, T satur, T &a_r, T &a_g, T &a_b) |
template<class T > | |
void | tools::rgb_to_hls (T rr, T gg, T bb, T &hue, T &light, T &satur) |