2.1.6.20 HSVtoRGB


Description

convert HSV color to RGB

Syntax

COLORREF HSVtoRGB( double h, double s, double v )

Parameters

h
[input] Hue between 0 and 360
s
[input] Saturation between 0 and 1
v
[input] Value between 0 and 1

Return

RGB value

Examples

Remark

See Also

RGBtoHSV

Header to Included

origin.h

Reference