Struct TCOD_ConsoleTile

Struct Documentation

struct TCOD_ConsoleTile

The raw data for a single TCOD_Console tile.

New in version 1.19.

Public Functions

inline bool operator==(const TCOD_ConsoleTile &rhs) const noexcept
inline bool operator!=(const TCOD_ConsoleTile &rhs) const noexcept

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.