Method summary
Modifiers
Signature
applyFilter(sourceBi
tmap:BitmapData,
sourceRect:Rectangle
, destPoint:Point,
filter:BitmapFilter)
: Number
clone() : BitmapData
colorTransform(rect:
Rectangle,
colorTransform:Color
Transform) : Void
copyChannel(sourceBi
tmap:BitmapData,
sourceRect:Rectangle
, destPoint:Point,
sourceChannel:Number
,
destChannel:Number)
: Void
copyPixels(sourceBit
map:BitmapData,
sourceRect:Rectangle
, destPoint:Point,
[alphaBitmap:BitmapD
ata],
[alphaPoint:Point],
[mergeAlpha:Boolean]
) : Void
dispose() : Void
Description
Takes a source image and a filter object and
generates the filtered image.
Returns a new BitmapData object that is a clone of
the original instance with an exact copy of the
contained bitmap.
Adjusts the color values in a specified area of a bitmap
image by using a ColorTransform object.
Transfers data from one channel of another
BitmapData object or the current BitmapData object
into a channel of the current BitmapData object.
Provides a fast routine to perform pixel manipulation
between images with no stretching, rotation, or color
effects.
Frees memory that is used to store the BitmapData
object.
BitmapData (flash.display.BitmapData)
293
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?