Convert color from HSL to RGB color space.
void HSLToRGB(const float h, const float s, const float l, float &r, float &g, float &b);