Unit 'JPL.Colors' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_jplib]

HslToHslCssStr

Declaration

Source position: JPL.Colors.pas line 166

function HslToHslCssStr(

  const Hue: Integer;

  const Sat: Integer;

  const Lum: Integer;

  AMaxHue: Integer = 360;

  AMaxSat: Integer = 100;

  AMaxLum: Integer = 100;

  bShowPercent: Boolean = True;

  Padding: Byte = 0;

  PaddingChar: char = ' ';

  Separator: string = ','

):string;



CT Web help

CodeTyphon Studio