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 |