vizkit3d
ColorConversionHelper.hpp
Go to the documentation of this file.
1 #ifndef __VIZKIT_COLOR_CONVERSION_HELPER_HPP__
2 #define __VIZKIT_COLOR_CONVERSION_HELPER_HPP__
3 
4 namespace vizkit3d {
5 
6 void hslToRgb(float h, float s, float l, float& r, float& g, float& b);
7 
8 }
9 
10 #endif
void hslToRgb(float h, float s, float l, float &r, float &g, float &b)
Definition: ColorConversionHelper.cpp:18
Definition: AxesNode.cpp:12