Function: hslString()
ts
function hslString(color): string;Defined in: hslString.ts:7
Parameters
| Parameter | Type |
|---|---|
color | Color |
Returns
string
The a string of the HSL representation of a color, e.g. hsl(210 50% 40%)