Represents a tilemap entry referencing a tile with palette and flip attributes.
void palette_index(std::size_t palette_index)
void tile_index(std::size_t tile_index)
bool is_transparent() const
Checks if this TilemapEntry refers to the canonically transparent tile.
std::size_t tile_index() const
std::size_t palette_index() const
TilemapEntry(std::size_t tile_index, std::size_t palette_index, bool hflip, bool vflip)