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

ColorToRGB

Convert a Win32 colour to RGB.

Declaration

Source position: line 0

procedure ColorToRGB(

  Color: Integer;

  out r: Byte;

  out g: Byte;

  out b: Byte

); overload;

procedure ColorToRGB(

  Color: Integer;

  out r: Integer;

  out g: Integer;

  out b: Integer

); overload;