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

RGBtoHLS

Converts RGB color values to Hue, Lightness, and Saturation values.

Declaration

Source position: graphutil.pp line 32

procedure RGBtoHLS(

  const R: Byte;

  const G: Byte;

  const B: Byte;

  out H: Byte;

  out L: Byte;

  out S: Byte

);


Version 3.2 Generated 2024-02-25 Home