NAME
A static member function of omni::drawing::color
OVERLOADS
omni::drawing::color::from_hsl
A static member function of omni::drawing::color
#include <omni/drawing/color.hpp>static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_hsl(float hue, float saturation, float lightness)OVERLOADS
static color<BitDepth, RgbType, BitSize> omni::drawing::color::from_hsl(float hue, uint32_t saturation, uint32_t lightness)