#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. | |
Represents a hardware video mode with pixel format.