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

HSLToColor

Convert H, S, L to win32 colour.

Declaration

Source position: colour_conv.pas line 49

function HSLToColor(

  H: Extended;

  S: Extended;

  L: Extended

):TColor;