theming-material / Class

HexStringHctFormatter

Decorators:@Injectable
Implements:HctFormatter

Implementation of HctFormatter that formats HCT color values into hex strings such as #ffffff.

Methods

format()

implements HctFormatter

No documentation has been provided.

Presentation
format(value: Hct): string;
Parameters
NameTypeDescription
value
Hct
Returns
string