Static methods
Constructor
Variables
Methods
draw(x:Int, y:Int, src:BitmapData, srcX:Int, srcY:Int, width:Int, height:Int, ?blendMode:BlendMode):Void
drawScaled(x:Int, y:Int, width:Int, height:Int, src:BitmapData, srcX:Int, srcY:Int, srcWidth:Int, srcHeight:Int, ?blendMode:BlendMode, smooth:Bool = true):Void
getPixel(x:Int, y:Int):Int
Access the pixel color value at the given position. Note : this function can be very slow if done many times and the BitmapData has not been locked.
setPixel(x:Int, y:Int, c:Int):Void
Modify the pixel color value at the given position. Note : this function can be very slow if done many times and the BitmapData has not been locked.