VideoMode

Video mode of the monitor

Members

Variables

blueBits
int blueBits;
greenBits
int greenBits;

Bit depth of red/green/blue chanel

height
int height;

Width/height of the video mode

redBits
int redBits;

Bit depth of red/green/blue chanel

refreshRate
int refreshRate;

Refresh rate of the video mode (Hz)

width
int width;

Width/height of the video mode

Meta