@microsoft/fast-colors > isColorStringHexRGBA
isColorStringHexRGBA() function
Test if a color matches #RRGGBBAA or #RGBA
Signature:export declare function isColorStringHexRGBA(raw: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
raw | string |
boolean