@tempots/color

HSL.ofChannels property

Creates an HSL color instance from individual channel values.

Signature:

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