@tempots/color

HSLuv.ofChannels property

Creates a new HSLuv color instance from the given channel values.

Signature:

static readonly ofChannels: ([hue, saturation, lightness]: [hue: number, saturation: number, lightness: number]) => HSLuv;