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

HLStoRGB

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

Declaration

Source position: graphutil.pp line 34

procedure HLStoRGB(

  const H: Byte;

  const L: Byte;

  const S: Byte;

  out R: Byte;

  out G: Byte;

  out B: Byte

);


Version 3.2 Generated 2024-02-25 Home