Modifiers
Signature
pixelDissolve(source
Bitmap:BitmapData,
sourceRect:Rectangle
, destPoint:Point,
[randomSeed:Number],
[numberOfPixels:Numb
er],
[fillColor:Number])
: Number
scroll(x:Number,
y:Number) : Void
setPixel(x:Number,
y:Number,
color:Number) : Void
setPixel32(x:Number,
y:Number,
color:Number) : Void
threshold(sourceBitm
ap:BitmapData,
sourceRect:Rectangle
, destPoint:Point,
operation:String,
threshold:Number,
[color:Number],
[mask:Number],
[copySource:Boolean]
) : Number
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
296
ActionScript classes
Description
Performs a pixel dissolve either from a source image
to a destination image or by using the same image.
Scrolls an image by a certain (x, y) pixel amount.
Sets the color of a single pixel of a BitmapData object.
Sets the color and alpha transparency values of a
single pixel of a BitmapData object.
Tests pixel values in an image against a specified
threshold and sets pixels that pass the test to new
color values.
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?