Converts Hue, Saturation, and brightness values to a TRGBTriple value .
Source position: graphutil.pp line 44
function HSVtoRGBTriple(
H: Integer;
S: Integer;
V: Integer
):TRGBTriple;