Packagecv.orion.renderers
Classpublic class PixelRenderer
InheritancePixelRenderer Inheritance BitmapRenderer Inheritance flash.display.Bitmap

The PixelRenderer class acts exactly like the BitmapRenderer class. The one difference is that instead of drawing particles to the bitmap, it will draw a single pixel for each particles in the Orion instance.



Public Properties
 PropertyDefined by
 Inheriteddebug : Boolean = false
Turns on debug lines to outline the emitter and canvas dimensions
BitmapRenderer
 InheriteddrawTargets : Array
An array of items to be drawn to th renderer.
BitmapRenderer
 Inheritedpaused : Boolean
Gets or sets the paused property
BitmapRenderer
 InheritedpostFilters : Array
Fitlers that will be applied after new particles have been drawn to the bitmap.
BitmapRenderer
 InheritedpreFilters : Array
Filters that will be applied before new particles are drawn to the bitmap.
BitmapRenderer
Public Methods
 MethodDefined by
 Inherited
clear():void
Clears the renderer.
BitmapRenderer
 Inherited
Gets the palletemap if it was set.
BitmapRenderer
 Inherited
pause():void
Pauses the renderer
BitmapRenderer
 Inherited
play():void
Resumes or plays the renderer
BitmapRenderer
 Inherited
render(e:Event = null):void
Calls the renderer to draw the particles.
BitmapRenderer
 Inherited
setPalletteMap(red:Array = null, green:Array = null, blue:Array = null, alpha:Array = null):void
Remaps the color channel values in an image that has up to four arrays of color palette data, one for each channel.
BitmapRenderer
Protected Methods
 MethodDefined by
 Inherited
stageHandler(e:Event):void
Clears and inits the bitmap data once it has access to the stage.
BitmapRenderer