Convert H, S, L to win32 colour.
Source position: colour_conv.pas line 49
function HSLToColor(
H: Extended;
S: Extended;
L: Extended
):TColor;