Available on clay
@:value(0)width:Int = 0
Image width from source image
@:value(0)height:Int = 0
Image height from source image
@:value(0)widthActual:Int = 0
The actual width, used when image is automatically padded to POT
@:value(0)heightActual:Int = 0
The actual height, used when image is automatically padded to POT
@:value(4)bitsPerPixel:Int = 4
used bits per pixel
@:value(4)sourceBitsPerPixel:Int = 4
source bits per pixel
@:value(null)pixels:Uint8Array = null
image pixel data
premultiplyAlpha():Void
reversePremultiplyAlpha():Void