User Guide

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