The net.guttershark.effects.stencils package contains classes needed for implementing the StencilRenderer effect.
Interfaces
| | Interface | Description |
| | IRendererEffect |
The IRenderEffect interface creates the contract for objects that are implementing a render effect to be used
with the StencilRenderer. |
Classes
| | Class | Description |
| | Pixel |
The Pixel class represents a pixel that was read from the initial stencil scan. |
| | StencilParticle |
The StencilParticle must extend the movie clip you are
using as a particle for an IRendererEffect. |
| | StencilRenderer |
The StencilRenderer class renders display objects out of particles. |