Convert win32 colour to H, S, L.
Source position: colour_conv.pas line 46
procedure ColorToHSL(
Col: Integer;
out h: Extended;
out s: Extended;
out l: Extended
);