static class CommandLine.Help.Ansi.Palette256Color extends java.lang.Object implements CommandLine.Help.Ansi.IStyle
Modifier and Type | Field and Description |
---|---|
private int |
color |
private int |
fgbg |
CSI
Constructor and Description |
---|
Palette256Color(boolean foreground,
java.lang.String color) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
off()
Returns the ANSI escape code for turning this style off.
|
java.lang.String |
on()
Returns the ANSI escape code for turning this style on.
|
public java.lang.String on()
CommandLine.Help.Ansi.IStyle
on
in interface CommandLine.Help.Ansi.IStyle
public java.lang.String off()
CommandLine.Help.Ansi.IStyle
off
in interface CommandLine.Help.Ansi.IStyle