Méthode | Description | |
---|---|---|
FrameBuffer24bpp ( IMemory memory, uint width, uint height, uint offset, uint depth ) : Mosa.HardwareSystem |
Initializes a new instance of the FrameBuffer24bpp class.
|
|
GetPixel ( uint x, uint y ) : uint |
Gets the pixel.
|
|
SetPixel ( uint color, uint x, uint y ) : void |
Sets the pixel.
|
Méthode | Description | |
---|---|---|
GetOffset ( uint x, uint y ) : uint |
Gets the offset.
|
public FrameBuffer24bpp ( IMemory memory, uint width, uint height, uint offset, uint depth ) : Mosa.HardwareSystem | ||
memory | IMemory | The memory. |
width | uint | The width. |
height | uint | The height. |
offset | uint | The offset. |
depth | uint | The depth. |
Résultat | Mosa.HardwareSystem |
protected GetOffset ( uint x, uint y ) : uint | ||
x | uint | The x. |
y | uint | The y. |
Résultat | uint |
public GetPixel ( uint x, uint y ) : uint | ||
x | uint | The x. |
y | uint | The y. |
Résultat | uint |
public SetPixel ( uint color, uint x, uint y ) : void | ||
color | uint | The color. |
x | uint | The x. |
y | uint | The y. |
Résultat | void |