Struct VBE.ModeInfo
Mode info struct.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public struct ModeInfo
Fields
| Improve this Doc View Sourceattributes
Attributes.
Declaration
public ushort attributes
Field Value
Type | Description |
---|---|
System.UInt16 |
Remarks
Deprecated.
bank_size
Bank size.
Declaration
public byte bank_size
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Deprecated.
banks
Banks.
Declaration
public byte banks
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Deprecated.
blue_mask
Blue mask.
Declaration
public byte blue_mask
Field Value
Type | Description |
---|---|
System.Byte |
blue_position
Blue position.
Declaration
public byte blue_position
Field Value
Type | Description |
---|---|
System.Byte |
bpp
Bits per pixel.
Declaration
public byte bpp
Field Value
Type | Description |
---|---|
System.Byte |
direct_color_attributes
Direct color attributes.
Declaration
public byte direct_color_attributes
Field Value
Type | Description |
---|---|
System.Byte |
framebuffer
Frame buffer.
Declaration
public uint framebuffer
Field Value
Type | Description |
---|---|
System.UInt32 |
granularity
Granularity
Declaration
public ushort granularity
Field Value
Type | Description |
---|---|
System.UInt16 |
Remarks
Deprecated.
green_mask
Green mask.
Declaration
public byte green_mask
Field Value
Type | Description |
---|---|
System.Byte |
green_position
Green position.
Declaration
public byte green_position
Field Value
Type | Description |
---|---|
System.Byte |
height
Height. (in pixels)
Declaration
public ushort height
Field Value
Type | Description |
---|---|
System.UInt16 |
image_pages
Image pages.
Declaration
public byte image_pages
Field Value
Type | Description |
---|---|
System.Byte |
memory_model
Memory model.
Declaration
public byte memory_model
Field Value
Type | Description |
---|---|
System.Byte |
off_screen_mem_off
Off screen memory offset.
Declaration
public uint off_screen_mem_off
Field Value
Type | Description |
---|---|
System.UInt32 |
off_screen_mem_size
Off screen memory size.
Declaration
public ushort off_screen_mem_size
Field Value
Type | Description |
---|---|
System.UInt16 |
pitch
Pitch - number of bytes per horizontal line.
Declaration
public ushort pitch
Field Value
Type | Description |
---|---|
System.UInt16 |
planes
Planes.
Declaration
public byte planes
Field Value
Type | Description |
---|---|
System.Byte |
red_mask
Red mask.
Declaration
public byte red_mask
Field Value
Type | Description |
---|---|
System.Byte |
red_position
Red position.
Declaration
public byte red_position
Field Value
Type | Description |
---|---|
System.Byte |
reserved_mask
Reserved mask.
Declaration
public byte reserved_mask
Field Value
Type | Description |
---|---|
System.Byte |
reserved_position
Reserved position.
Declaration
public byte reserved_position
Field Value
Type | Description |
---|---|
System.Byte |
reserved0
Reserved.
Declaration
public byte reserved0
Field Value
Type | Description |
---|---|
System.Byte |
reserved1
Reserved.
Declaration
public byte *reserved1
Field Value
Type | Description |
---|---|
System.Byte* |
segment_a
Segment A.
Declaration
public ushort segment_a
Field Value
Type | Description |
---|---|
System.UInt16 |
segment_b
Segment B.
Declaration
public ushort segment_b
Field Value
Type | Description |
---|---|
System.UInt16 |
w_char
W char.
Declaration
public byte w_char
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Unused.
width
Width. (in pixels)
Declaration
public ushort width
Field Value
Type | Description |
---|---|
System.UInt16 |
win_func_ptr
Window function pointer.
Declaration
public uint win_func_ptr
Field Value
Type | Description |
---|---|
System.UInt32 |
Remarks
Deprecated.
window_a
Window A.
Declaration
public byte window_a
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Deprecated.
window_b
Window B.
Declaration
public byte window_b
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Deprecated.
window_size
Window size.
Declaration
public ushort window_size
Field Value
Type | Description |
---|---|
System.UInt16 |
y_char
Y char.
Declaration
public byte y_char
Field Value
Type | Description |
---|---|
System.Byte |
Remarks
Unused.