Pixel Data JS - v0.28.0
Preparing search index...
PixelWriterOptions
Interface PixelWriterOptions
interface
PixelWriterOptions
{
accumulator
?:
PixelAccumulator
;
historyActionFactory
?:
(
config
:
PixelEngineConfig
,
accumulator
:
PixelAccumulator
,
patch
:
PixelPatchTiles
,
after
?:
()
=>
void
,
afterUndo
?:
()
=>
void
,
afterRedo
?:
()
=>
void
,
applyPatchTilesFn
?:
(
target
:
PixelData32
,
tiles
:
PixelTile
[]
,
tileSize
:
number
,
)
=>
void
,
)
=>
HistoryAction
;
historyManager
?:
HistoryManager
;
maxHistorySteps
?:
number
;
pixelTilePool
?:
TilePool
<
PixelTile
>
;
tileSize
?:
number
;
}
Index
Properties
accumulator?
history
Action
Factory?
history
Manager?
max
History
Steps?
pixel
Tile
Pool?
tile
Size?
Properties
Optional
accumulator
accumulator
?:
PixelAccumulator
Optional
history
Action
Factory
historyActionFactory
?:
(
config
:
PixelEngineConfig
,
accumulator
:
PixelAccumulator
,
patch
:
PixelPatchTiles
,
after
?:
()
=>
void
,
afterUndo
?:
()
=>
void
,
afterRedo
?:
()
=>
void
,
applyPatchTilesFn
?:
(
target
:
PixelData32
,
tiles
:
PixelTile
[]
,
tileSize
:
number
,
)
=>
void
,
)
=>
HistoryAction
Optional
history
Manager
historyManager
?:
HistoryManager
Optional
max
History
Steps
maxHistorySteps
?:
number
Optional
pixel
Tile
Pool
pixelTilePool
?:
TilePool
<
PixelTile
>
Optional
tile
Size
tileSize
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accumulator
history
Action
Factory
history
Manager
max
History
Steps
pixel
Tile
Pool
tile
Size
Pixel Data JS - v0.28.0
Loading...