Skip to main content

@microsoft/fast-colors > isColorStringHexARGB

isColorStringHexARGB() function

Test if a color matches #AARRGGBB or #ARGB

Signature:
export declare function isColorStringHexARGB(raw: string): boolean;

Parameters

ParameterTypeDescription
rawstring
Returns:

boolean