@tempots/color > RGB > ofChannels
Creates an RGB instance from an array of normalized RGB channel values.
RGB
Signature:
static readonly ofChannels: ([r, g, b]: [r: number, g: number, b: number]) => RGB;