Window: Structures and enumerations
- Enumerations
- VGAG3_VGAVERSIONS
Definitions for the VGA-version.VGAG3_VGAVERSION_LOW Window-Size: 320x200 pixels with 8bit color VGAG3_VGAVERSION_HIGH Window-Size: 640x480 pixels with 32bit color VGAG3_VGAVERSION_LOW_FULLCOLOR Window-Size: 320x200 pixels with 32bit color - VGAG3_WINSCALES
Definitions for window-scaling.VGAG3_WINSCALE_NOSCALE No scaling: show original size of window VGAG3_WINSCALE_BESTSCALE Best integer scaling: largest size of window with integer-scaling VGAG3_WINSCALE_MAXIMIZE Scaling with maximized window VGAG3_WINSCALE_FULLSCREEN Scaling with fullscreen window - VGAG3_COLORDEFS
Color definitions for color-convertion.VGAG3_COLORDEF_DEFAULT Default VGAG3_COLORDEF_GREY Converting color to monochrome VGAG3_COLORDEF_INVERT Inverting color VGAG3_COLORDEF_COLORIZE Start of colorizing values /* colorizing values, to get via VG3_colordef_colorize_to() */ VGAG3_COLORDEF_MAXENUM Highest enumeration number - Structures
- struct vg3_window
Window structure, only internally used.