libtcod
Loading...
Searching...
No Matches
TCOD_ConsoleTile Struct Reference

The raw data for a single TCOD_Console tile. More...

#include <console.h>

Public Attributes

int ch
 The Unicode codepoint for this tile.
 
TCOD_ColorRGBA fg
 The tile glyph color, rendered on top of the background.
 
TCOD_ColorRGBA bg
 The tile background color, rendered behind the glyph.
 

Detailed Description

The raw data for a single TCOD_Console tile.

embed:rst:leading-asterisk
 .. versionadded:: 1.19

The documentation for this struct was generated from the following file: