@tempots/color > HSLuv > ofChannels
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;