Content


NTL
Core
RGBToHSL

RGBToHSL


Convert color from RGB to HSL color space.

void RGBToHSL(const float r, const float g, const float b, float &h, float &s, float &l);
Namespace: nitisa
Include: Nitisa/Image/Color.h