GraphicsMode
Description:
public enum GraphicsMode
Content:
Enum values:
- UNKNOWN_MODE -
- TEXT_80X25 - Standard 80x25 text mode
- TEXT_DEFAULT - Default text mode
- TEXT_WIDTH_HEIGHT - Text mode
with parameters int w, int h
- TEXT_WIDTH_HEIGHT_COLOR -
Text mode with parameters int w, int h, GrxColor nc
- TEXT_WIDTH_HEIGHT_BPP - Text
mode with parameters int w, int h, int bpp
- GRAPHICS_DEFAULT - Default
graphics mode
- GRAPHICS_WIDTH_HEIGHT -
Graphics mode with parameters int w, int h
- GRAPHICS_WIDTH_HEIGHT_COLOR -
Graphics mode with parameters int w, int h, GrxColor nc
- GRAPHICS_WIDTH_HEIGHT_BPP -
Graphics mode with parameters int w, int h, int bpp
- GRAPHICS_CUSTOM - Graphics mode
with parameters int w, int h, GrxColor nc, int vx, int vy
- GRAPHICS_CUSTOM_BPP - Graphics
mode with parameters int w, int h, int bpp, int vx, int vy
- TEXT_80_25_NC -
- TEXT_DEFAULT_NC - Same as
TEXT_DEFAULT but does not clear video memory
- TEXT_WIDTH_HEIGHT_NC - Same
as TEXT_WIDTH_HEIGHT but does not clear video memory
- TEXT_WIDTH_HEIGHT_COLOR_NC -
Same as TEXT_WIDTH_HEIGHT_COLOR
but does not clear video memory
- TEXT_WIDTH_HEIGHT_BPP_NC -
Same as TEXT_WIDTH_HEIGHT_BPP
but does not clear video memory
- GRAPHICS_DEFAULT_NC - Same as
GRAPHICS_DEFAULT but does not clear video memory
- GRAPHICS_WIDTH_HEIGHT_NC -
Same as GRAPHICS_WIDTH_HEIGHT
but does not clear video memory
- GRAPHICS_WIDTH_HEIGHT_COLOR_NC -
Same as
GRAPHICS_WIDTH_HEIGHT_COLOR but does not clear video memory
- GRAPHICS_WIDTH_HEIGHT_BPP_NC -
Same as
GRAPHICS_WIDTH_HEIGHT_BPP but does not clear video memory
- GRAPHICS_CUSTOM_NC - Same as
GRAPHICS_CUSTOM but does not clear video memory
- GRAPHICS_CUSTOM_BPP_NC -
Same as GRAPHICS_CUSTOM_BPP but does not clear video memory