@tempots/color

XYZ.ofChannels property

Creates a new XYZ instance from an array of channel values.

Signature:

static readonly ofChannels: ([x, y, z]: [x: number, y: number, z: number]) => XYZ;