pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
Raster.this
PixelPerfectEngine
graphics
raster
Raster
Default constructor. x and y : represent the resolution of the raster.
class
Raster
this
(
ushort
x
,
ushort
y
,
OutputScreen
oW
,
size_t
paletteLength
,
ubyte
buffers
= 2
)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
raster
Raster
aliases
LayerMap
constructors
this
destructors
~this
functions
addLayer
addPaletteChunk
addRefreshListener
clearPaletteChunk
editColor
getOutput
getPaletteIndex
isRefreshing
loadPalette
loadPaletteChunk
refresh
removeLayer
replaceLayer
resetAvgfps
setPaletteIndex
setupPalette
properties
avgfps
fps
palette
variables
_palette
displayedBuffer
fbData
fbPitch
frameBuffer
layerMap
nOfBuffers
updatedBuffer
Default constructor. x and y : represent the resolution of the raster.