Content


NTL
Core
RGBToHSV

RGBToHSV


Convert color from RGB to HSV color space.

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