Colored console output.
bool
|
|
|
reset(cls)
Reset the colors to the default values. |
source code
|
|
|
default(cls)
Make the current foreground color the default. |
source code
|
|
|
light(cls)
Make the current foreground color light. |
source code
|
|
|
dark(cls)
Make the current foreground color dark. |
source code
|
|
|
black(cls)
Make the text foreground color black. |
source code
|
|
|
white(cls)
Make the text foreground color white. |
source code
|
|
|
red(cls)
Make the text foreground color red. |
source code
|
|
|
green(cls)
Make the text foreground color green. |
source code
|
|
|
blue(cls)
Make the text foreground color blue. |
source code
|
|
|
cyan(cls)
Make the text foreground color cyan. |
source code
|
|
|
magenta(cls)
Make the text foreground color magenta. |
source code
|
|
|
yellow(cls)
Make the text foreground color yellow. |
source code
|
|
|
bk_default(cls)
Make the current background color the default. |
source code
|
|
|
bk_light(cls)
Make the current background color light. |
source code
|
|
|
bk_dark(cls)
Make the current background color dark. |
source code
|
|
|
bk_black(cls)
Make the text background color black. |
source code
|
|
|
bk_white(cls)
Make the text background color white. |
source code
|
|
|
bk_red(cls)
Make the text background color red. |
source code
|
|
|
bk_green(cls)
Make the text background color green. |
source code
|
|
|
bk_blue(cls)
Make the text background color blue. |
source code
|
|
|
bk_cyan(cls)
Make the text background color cyan. |
source code
|
|
|
bk_magenta(cls)
Make the text background color magenta. |
source code
|
|
|
bk_yellow(cls)
Make the text background color yellow. |
source code
|
|