@tempots/color

CMYK.ofChannels property

Creates a new CMYK color instance from the given channel values.

Signature:

static readonly ofChannels: ([cyan, magenta, yellow, black]: [cyan: number, magenta: number, yellow: number, black: number]) => CMYK;