Home > @rushstack/node-core-library > ColorValue
ColorValue enum
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Colors used with IColorableSequence.
Signature:
export declare enum ColorValue
Enumeration Members
Member | Value | Description |
---|---|---|
Black | 0 | (BETA) |
Blue | 4 | (BETA) |
Cyan | 6 | (BETA) |
Gray | 8 | (BETA) |
Green | 2 | (BETA) |
Magenta | 5 | (BETA) |
Red | 1 | (BETA) |
White | 7 | (BETA) |
Yellow | 3 | (BETA) |