[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 1963

function RGBToColor(

  R: Byte;

  G: Byte;

  B: Byte

):TColor;