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

HLStoRGB

Declaration

Source position: graphutil.pp line 36

procedure HLStoRGB(

  const H: Byte;

  const L: Byte;

  const S: Byte;

  out R: Byte;

  out G: Byte;

  out B: Byte

);

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