Content


NTL
Core
RGBToHSI

RGBToHSI


Convert color from RGB to HSI color space.

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