xoreos  0.0.5
Public Attributes | List of all members
Graphics::NCGR::ReadContext Struct Reference
Collaboration diagram for Graphics::NCGR::ReadContext:
Collaboration graph
[legend]

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 bytepal
 
std::vector< NCGRFilencgrs
 

Detailed Description

Definition at line 84 of file ncgr.h.

Member Data Documentation

◆ height

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().

◆ ncgrs

std::vector<NCGRFile> Graphics::NCGR::ReadContext::ncgrs

◆ pal

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().

◆ width

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().


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