[Overview][Procedures and functions][Index] Reference for unit 'colour_conv' (#Simba)

RGBtoColor

Convert R, G, B to a Win32 Colour.

Declaration

Source position: line 0

function RGBtoColor(

  r: Byte;

  g: Byte;

  b: Byte

):TColor; overload;

function RGBtoColor(

  r: Integer;

  g: Integer;

  b: Integer

):TColor; overload;