class lime.graphics.Image
Class Fields
static function fromFile(path:String, ?onload:Image ->Void = null?onerror:Void ->Void = null): Image
Instance Fields
function new(?buffer:ImageBuffer = null, ?offsetX:Int = 0, ?offsetY:Int = 0, ?width:Int = 0, ?height:Int = 0, ?color:Int = null, ?type:ImageType = null): Void
function copyChannel(sourceImage:Image, sourceRect:Rectangle, destPoint:Vector2, sourceChannel:ImageChannel, destChannel:ImageChannel): Void