@tempots/color

HSV.ofChannels property

Creates an HSV color from individual channel values.

Signature:

static readonly ofChannels: ([hue, saturation, value]: [hue: number, saturation: number, value: number]) => HSV;