@tempots/color > HSL > ofChannels
Creates an HSL color instance from individual channel values.
Signature:
static readonly ofChannels: ([hue, saturation, lightness]: [hue: number, saturation: number, lightness: number]) => HSL;