Struct TCOD_ConsoleTile

Struct Documentation

struct TCOD_ConsoleTile

The raw data for a single TCOD_Console tile.

Added in version 1.19.

Public Members

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.