Свойство | Тип | Описание | |
---|---|---|---|
colorPalette | Mosa.DeviceSystem.ColorPalette | ||
pixelPaletteGraphicsDevice | IPixelPaletteGraphicsDevice |
Метод | Описание | |
---|---|---|
Clear ( |
Clears the specified color.
|
|
PixelPaletteGraphicsAdapter ( IPixelPaletteGraphicsDevice pixelPaletteGraphicsDevice ) |
Initializes a new instance of the PixelPaletteGraphicsAdapter class.
|
|
ReadPixel ( ushort x, ushort y ) : |
Reads the pixel.
|
|
WritePixel ( |
Writes the pixel.
|
public PixelPaletteGraphicsAdapter ( IPixelPaletteGraphicsDevice pixelPaletteGraphicsDevice ) | ||
pixelPaletteGraphicsDevice | IPixelPaletteGraphicsDevice | The pixel palette graphics device. |
public ReadPixel ( ushort x, ushort y ) : |
||
x | ushort | The x. |
y | ushort | The y. |
Результат |
public WritePixel ( |
||
color | The color. | |
x | ushort | The x. |
y | ushort | The y. |
Результат | void |
protected ColorPalette,Mosa.DeviceSystem colorPalette | ||
Результат | Mosa.DeviceSystem.ColorPalette |