| Modifier and Type | Method | Description |
|---|---|---|
Ansi.Color |
AnsiRenderer.Code.getColor() |
|
static Ansi.Color |
Ansi.Color.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Ansi.Color[] |
Ansi.Color.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Ansi |
Ansi.bg(Ansi.Color color) |
|
Ansi |
Ansi.bgBright(Ansi.Color color) |
|
Ansi |
Ansi.fg(Ansi.Color color) |
|
Ansi |
Ansi.fgBright(Ansi.Color color) |