Converts RGB color values to Hue, Lightness, and Saturation values.
Source position: graphutil.pp line 32
procedure RGBtoHLS(
const R: Byte;
const G: Byte;
const B: Byte;
out H: Byte;
out L: Byte;
out S: Byte
);