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

RGBtoHLS

Declaration

Source position: graphutil.pp line 34

procedure RGBtoHLS(

  const R: Byte;

  const G: Byte;

  const B: Byte;

  out H: Byte;

  out L: Byte;

  out S: Byte

);

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