getFirstPixel(direction) → {object} Scans the BitmapData, pixel by
imageData :ImageData The context image data.Please note that a call to BitmapData.draw() or BitmapData.copy() does not update
copy(source, x, y, width, height
shadow(color, blur, x, y) → {
setPixel32(x, y, red, green, blue, alpha, immediate) → {
getPixels(rect) → {ImageData} Gets all the pixels from the region specified by the given Rectangle
blendLighten() → {Phaser.BitmapData}
alphaMask(source, mask, sourceRect, maskRect) →
blendSourceOver() → {Phaser.BitmapData}
new BitmapData(game, key, width, height, skipPool)
Page 7 of 9