Interfaces
 InterfaceDescription
 IEffect 
Classes
 ClassDescription
 BulgeEffect Applies a bulge effect of either a dent or indent to a BitmapData.
 BumpMapEffect The BumpMap Effect applies a pseudo lighting effect to the BitmapData.
This is done via providing 2 BitmapDatas: a BumpMap, and a LightMap.
The BumpMap is used to apply texture onto to the lighting effect to simulate the effect of light on a textured surface.
The LightMap is used for the lighting color.
 PerlinDisplacementEffect Applies a DisplacementMapFilter using Perlin noise to a BitmapData
 PixelateEffect Applies a pixelation effect on to a BitmapData
 ReflectEffect 
 RGBSplitEffect 
 ScanLinesEffect 
 XRayEffect