xoreos
0.0.5
|
Public Attributes | |
uint32 | width |
Width of the NCGR grid, in NCGR. More... | |
uint32 | height |
Height of the NCGR grid, in NCGR. More... | |
Common::ScopedArray< const byte > | pal |
std::vector< NCGRFile > | ncgrs |
uint32 Graphics::NCGR::ReadContext::height |
Height of the NCGR grid, in NCGR.
Definition at line 86 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid(), and Graphics::NCGR::load().
std::vector<NCGRFile> Graphics::NCGR::ReadContext::ncgrs |
Definition at line 90 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid(), Graphics::NCGR::draw(), and Graphics::NCGR::load().
Common::ScopedArray<const byte> Graphics::NCGR::ReadContext::pal |
Definition at line 88 of file ncgr.h.
Referenced by Graphics::NCGR::draw(), and Graphics::NCGR::load().
uint32 Graphics::NCGR::ReadContext::width |
Width of the NCGR grid, in NCGR.
Definition at line 85 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid(), and Graphics::NCGR::load().