메소드 | 설명 | |
---|---|---|
FrameBuffer32bpp ( IMemory memory, uint width, uint height, uint offset, uint depth ) : Mosa.HardwareSystem |
Initializes a new instance of the FrameBuffer32bpp class.
|
|
GetPixel ( uint x, uint y ) : uint |
Gets the pixel.
|
|
SetPixel ( uint color, uint x, uint y ) : void |
Sets the pixel.
|
메소드 | 설명 | |
---|---|---|
GetOffset ( uint x, uint y ) : uint |
Gets the offset.
|
public FrameBuffer32bpp ( 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. |
리턴 | Mosa.HardwareSystem |
protected GetOffset ( uint x, uint y ) : uint | ||
x | uint | The x. |
y | uint | The y. |
리턴 | uint |
public SetPixel ( uint color, uint x, uint y ) : void | ||
color | uint | The color. |
x | uint | The x. |
y | uint | The y. |
리턴 | void |