BGBLACK, BGBLUE, BGCOLOR_RESET, BGCYAN, BGGREEN, BGMAGENTA, BGRED, BGWHITE, BGYELLOW, BLACK, BLUE, BOLD, COLOR_RESET, CYAN, DIM, enabled, GRAY, GREEN, HIDDEN, INVERSE, ITALIC, MAGENTA, prefix, RED, RESET, STRIKETHROUGH, suffix, text, UNBOLD, UNDERLINE, UNDIM, UNHIDDEN, UNINVERSE, UNITALIC, UNSTRIKETHROUGH, UNUNDERLINE, WHITE, YELLOW
Constructor and Description |
---|
Chalk256() |
Modifier and Type | Method and Description |
---|---|
Chalk256 |
bgBright(int index) |
Chalk256 |
bgGrayscale(int index) |
Chalk256 |
bgRgb(int index) |
Chalk256 |
bgRgb(int r,
int b,
int g)
Colors with red-green-blue value, in the range 0 to 6.
|
Chalk256 |
bgStandard(int index) |
Chalk256 |
bright(int index) |
static Chalk256 |
chalk() |
Chalk256 |
grayscale(int index) |
Chalk256 |
rgb(int index) |
Chalk256 |
rgb(int r,
int b,
int g)
Colors with red-green-blue value, in the range 0 to 6.
|
Chalk256 |
standard(int index) |
public static Chalk256 chalk()
public Chalk256 standard(int index)
public Chalk256 bright(int index)
public Chalk256 rgb(int index)
public Chalk256 rgb(int r, int b, int g)
public Chalk256 grayscale(int index)
public Chalk256 bgStandard(int index)
public Chalk256 bgBright(int index)
public Chalk256 bgRgb(int index)
public Chalk256 bgRgb(int r, int b, int g)
public Chalk256 bgGrayscale(int index)
Copyright © 2003-present Jodd Team