BLACK constant

AnsiColor const BLACK

Foreground: Standard black (ANSI code 0).

Implementation

static const AnsiColor BLACK = AnsiColor.fg(0);