2.1.6.35 RGBtoHSV


Description

convert RGB color to HSV

Syntax

void RGBtoHSV( COLORREF cr, double* h, double* s, double* v )

Parameters

cr
[input] rgb values to convert
h
[output] pointer to receive Hue
s
[output] pointer to receive Saturation
v
[output] pointer to receive Value

Return

Examples

Remark

See Also

HSVtoRGB

Header to Included

origin.h

Reference