Abstract
Abstract
defaultThe pixelmanipulator.ElementData.renderAs value for the default element
Ordered by ID, the pixelmanipulator.ElementData.renderAs info for each element.
Intentionally overridable, called when an element is modified.
The id of the element to modify.
The new pixelmanipulator.ElementData.renderAs info.
The value passed upstream to be stored as the actual renderAs info, allowing for sanitation in this function, or one overriding it.
Abstract
renderRenders a pixel on a given location on the next call to Renderer.update
Where to render the pixel.
the pixel to render.
Abstract
resetAbstract
updateUpdate the render target. Draws all changes queued up by Renderer.renderPixel.
Abstract rendering type. Used by pixelmanipulator.PixelManipulator to enable rendering to various targets.