class lime.graphics.utils.ImageDataUtil

Class Fields

static function colorTransform(image:Image, rect:Rectangle, colorMatrix:ColorMatrix): Void

static function copyChannel(image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, sourceChannel:ImageChannel, destChannel:ImageChannel): Void

static function copyPixels(image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, ?alphaImage:Image = null, ?alphaPoint:Vector2 = null, ?mergeAlpha:Bool = false): Void

static function fillRect(image:Image, rect:Rectangle, color:Int): Void

static function floodFill(image:Image, x:Int, y:Int, color:Int): Void

static function getPixel(image:Image, x:Int, y:Int): Int

static function getPixel32(image:Image, x:Int, y:Int): Int

static function getPixels(image:Image, rect:Rectangle): ByteArray

static function multiplyAlpha(image:Image): Void

static function resize(image:Image, newWidth:Int, newHeight:Int): Void

static function resizeBuffer(image:Image, newWidth:Int, newHeight:Int): Void

static function setPixel(image:Image, x:Int, y:Int, color:Int): Void

static function setPixel32(image:Image, x:Int, y:Int, color:Int): Void

static function setPixels(image:Image, rect:Rectangle, byteArray:ByteArray): Void

static function unmultiplyAlpha(image:Image): Void