@tempots/color

HSLuv.fromString property

Creates a new HSLuv color instance from a string representation. The string should be in the format "hsluv(h, s%, l%)".

Signature:

static readonly fromString: (s: string) => HSLuv;