| | Class | Description |
| | ChannelEffect |
The ChannelEffect retrieves one or more channels from a source BitmapData and applies it to one
or more destination BitmapData channels. |
| | ColorEffect |
Applies a ColorTransform onto a BitmapData
|
| | CopyEffect |
Copys a BitmapData onto another BitmapData, this method for drawing is an extremely efficient way of updating the
display in Flash, although CopyEffect has limitations, which is part of the reason why it's so much faster. |
| | DisplacementEffect |
Applies a DisplacementMapFilter to a BitmapData
|
| | DissolveEffect |
Applies a seeded Dissolve effect on to a BitmapData
|
| | DrawEffect |
Draws an IBitmapDrawable onto a BitmapData with options to apply a Matrix transformation,
ColorTransform, BlendMode or clipping Rectangle onto the drawn BitmapData. |
| | FilterEffect |
Applies a BitmapFilter to a BitmapData
|
| | MergeEffect |
Merges the red, green and blue channels of a BitmapData with another BitmapData
|
| | NoiseEffect |
Applies a static noise effect on to the BitmapData
|
| | PixelEffect |
Draws a 32-bit hexadecimal colored pixel at an x,y co-ord
|
| | ScrollEffect |
Scrolls the BitmapData in either an x or y direction
|
| | ThresholdEffect |
Applies a threshold effects on to the BitmapData
|