[Overview][Procedures and functions][Index] Reference for unit 'colour_conv' (#Simba)

HSLtoRGB

Convert H, S, L to R, G, B.

Declaration

Source position: colour_conv.pas line 45

procedure HSLtoRGB(

  H: extended;

  S: extended;

  L: extended;

  out R: Byte;

  out G: Byte;

  out B: Byte

);