< index
< 2. Console emulator
< 2.2 Drawing on the root console

=====================================
Reading the default background color
=====================================

C++ : TCODColor TCODConsole::getBackgroundColor() const
C   : TCOD_color_t TCOD_console_get_background_color(TCOD_console_t con)
Py  : console_get_background_color(con)

This function returns the default background color of a console.
ParameterDescription
conIn the C version, the offscreen console handler or NULL for the root console.
insert a comment