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

ColorToHslRangeStr

Declaration

Source position: JPL.Colors.pas line 158

function ColorToHslRangeStr(

  const Color: TColor;

  AMaxHue: Integer = 360;

  AMaxSat: Integer = 100;

  AMaxLum: Integer = 100;

  bShowPercent: Boolean = True;

  Padding: Byte = 0;

  PaddingChar: char = ' ';

  Separator: string = ',';

  bShowDeg: Boolean = True

):string;



CT Web help

CodeTyphon Studio