@tempots/color

RGB.fromRGB property

Creates an RGB instance from individual RGB channel values.

Signature:

static readonly fromRGB: (r: number, g: number, b: number) => RGB;