Convert R, G, B to a Win32 Colour.
Source position: line 0
function RGBtoColor(
r: Byte;
g: Byte;
b: Byte
):TColor; overload;function RGBtoColor(
r: Integer;
g: Integer;
b: Integer
):TColor; overload;