Unit 'HSLUtils' Package
[Overview][Procedures and functions][Variables][Index] [#pl_htmlviewer]

HSLtoRGB

Declaration

Source position: HSLUtils.pas line 70

function HSLtoRGB(

  H: Double;

  S: Double;

  L: Double

):TColor; overload;

function HSLtoRGB(

  H: Integer;

  S: Double;

  L: Double

):TColor; overload;

function HSLtoRGB(

  H: Integer;

  S: Integer;

  L: Integer

):TColor; overload;



CT Web help

CodeTyphon Studio