class ImageDataUtil
package lime.graphics.utils
Static methods
staticcopyChannel (image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, sourceChannel:ImageChannel, destChannel:ImageChannel):Void
staticcopyPixels (image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, ?alphaImage:Image, ?alphaPoint:Vector2, ?mergeAlpha:Bool):Void
staticgaussianBlur (image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, ?blurX:Float, ?blurY:Float, ?quality:Int, ?strength:Float):Image
staticgetColorBoundsRect (image:Image, mask:Int, color:Int, findColor:Bool, format:PixelFormat):Rectangle
staticmerge (image:Image, sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, redMultiplier:Int, greenMultiplier:Int, blueMultiplier:Int, alphaMultiplier:Int):Void
staticsetPixels (image:Image, rect:Rectangle, bytePointer:BytePointer, format:PixelFormat, endian:Endian):Void