Converts Hue, Saturation, and brightness values to RGB values.
Source position: graphutil.pp line 40
procedure HSVtoRGB(
H: Double;
S: Double;
V: Double;
out R: Integer;
out G: Integer;
out B: Integer
);