Video mode structure. More...
#include <gelVideo.h>
Public Member Functions | |
GelVideoMode () | |
Default constructor. | |
GelVideoMode (int w, int h, int b) | |
Constructor. | |
Public Attributes | |
int | width |
Screen width. | |
int | height |
Screen height. | |
int | bpp |
Bits per pixel. |
Video mode structure.
gel::GelVideoMode::GelVideoMode | ( | ) | [inline] |
Default constructor.
gel::GelVideoMode::GelVideoMode | ( | int | w, |
int | h, | ||
int | b | ||
) | [inline] |
Constructor.
w | : Screen width. |
h | : Screen height. |
b | : Bits per pixel. |
Screen width.
Screen height.
Bits per pixel.
API Documentation by Mark D. Procarione | Generated by |