class lime.graphics.Image
Available on all platforms
Class Fields
Instance Fields
function new(?buffer:ImageBuffer = null, ?offsetX:Int = 0, ?offsetY:Int = 0, ?width:Int = -1, ?height:Int = -1, ?color:Int = null, ?type:ImageType = null):Void
function copyChannel(sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, sourceChannel:ImageChannel, destChannel:ImageChannel):Void
function copyPixels(sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, ?alphaImage:Image = null, ?alphaPoint:Vector2 = null, ?mergeAlpha:Bool = false):Void
function getColorBoundsRect(mask:Int, color:Int, ?findColor:Bool = true, ?format:PixelFormat = null):Rectangle