@tempots/color > SRGB > ofChannels
Creates an SRGB color instance from the given channel values.
Signature:
static ofChannels: ([red, blue, green]: [red: number, blue: number, green: number]) => SRGB;