[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

RGBToColor

RGBToColor - assembles the supplied values for Red, Green and Blue into a composite colour

Declaration

Source position: graphics.pp line 1891

function RGBToColor(

  R: Byte;

  G: Byte;

  B: Byte

):TColor;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.