Skip to content

Function: hslString()

ts
function hslString(color): string;

Defined in: hslString.ts:7

Parameters

ParameterType
colorColor

Returns

string

The a string of the HSL representation of a color, e.g. hsl(210 50% 40%)