@tempots/color

RGB.fromString property

Creates an RGB instance from a string representation of a color in the format "#RRGGBB".

Signature:

static readonly fromString: (s: string) => RGB;