25 #ifndef SFML_VIDEOMODE_HPP    26 #define SFML_VIDEOMODE_HPP    31 #include <SFML/Window/Export.hpp>    61     VideoMode(
unsigned int modeWidth, 
unsigned int modeHeight, 
unsigned int modeBitsPerPixel = 32);
    85     static const std::vector<VideoMode>& getFullscreenModes();
   182 #endif // SFML_VIDEOMODE_HPP unsigned int bitsPerPixel
Video mode pixel depth, in bits per pixels. 
unsigned int width
Video mode width, in pixels. 
VideoMode defines a video mode (width, height, bpp) 
unsigned int height
Video mode height, in pixels.