Function TCOD_console_put_rgb¶
Defined in File console_drawing.h
Function Documentation¶
-
void TCOD_console_put_rgb(TCOD_Console *console, int x, int y, int ch, const TCOD_color_t *fg, const TCOD_color_t *bg, TCOD_bkgnd_flag_t flag)¶
Place a single tile on a
consoleatx,y.If
chis 0 then the character code will not be updated.If
fg,bgis NULL then their respective colors will not be updated.