ScummVM API documentation
Graphics::ModeWithFormat Struct Reference

#include <mode.h>

Public Member Functions

 ModeWithFormat (const int16 w, const int16 h)
 
 ModeWithFormat (const int16 w, const int16 h, const Graphics::PixelFormat &f)
 
 ModeWithFormat (const int16 w, const int16 h, const Graphics::PixelFormat *f)
 

Public Attributes

int16 width
 The width in pixels.
 
int16 height
 The height in pixels.
 
bool hasFormat
 Whether pixel format is valid.
 
Graphics::PixelFormat format
 Pixel format.
 

Detailed Description

Represents a hardware video mode with pixel format.


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