Skip to main content
Version: 1.x

@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