parseColor
Documentation / @elitechart/core / parseColor
Defined in: ui/floating-toolbar.ts:416
Parse a CSS color string into { hex, alpha }. Understands #rgb,
#rrggbb, #rrggbbaa, and rgba(r, g, b, a). Unknown shapes fall
back to #2962ff at alpha 1 (the brand accent) to keep the toolbar
working.
Parameters
input
string