Terminal.Colour

Colour arrays, one for foreground and one for background colours Each uses the Colour enum values as index

The enum can be useful for passing to functions in order to specify one of the colours defined in this module with validation (as opposed to accepting a generic string).

Values

ValueMeaning
Black
Red
Green
Yellow
Blue
Magenta
Cyan
White
Default

Meta