@tempots/color

SRGB.ofChannels property

Creates an SRGB color instance from the given channel values.

Signature:

static ofChannels: ([red, blue, green]: [red: number, blue: number, green: number]) => SRGB;