Function TCOD_console_set_color_control¶
Defined in File console_printing.h
Function Documentation¶
-
void TCOD_console_set_color_control(TCOD_colctrl_t con, TCOD_color_t fore, TCOD_color_t back)¶
Assign a foreground and background color to a color control index.
- Parameters:
con – Index to change, e.g.
TCOD_COLCTRL_1fore – Foreground color to assign to this index.
back – Background color to assign to this index.