NativeImage

fun NativeImage(width: Int, height: Int, premultiplied: Boolean? = null): NativeImage
fun NativeImage(width: Int, height: Int, pixels: IntArray, premultiplied: Boolean? = null): NativeImage
fun NativeImage(width: Int, height: Int, pixels: RgbaArray): NativeImage
fun NativeImage(width: Int, height: Int, pixels: RgbaPremultipliedArray): NativeImage
fun NativeImage(width: Int, height: Int, d: Drawable, scaleX: Double = 1.0, scaleY: Double = scaleX): NativeImage
fun NativeImage(d: SizedDrawable, scaleX: Double = 1.0, scaleY: Double = scaleX): NativeImage