@tempots/color > RGB > fromString
Creates an RGB instance from a string representation of a color in the format "#RRGGBB".
RGB
Signature:
static readonly fromString: (s: string) => RGB;