Bitmap32

constructor(width: Int, height: Int, value: RGBA)
constructor(width: Int, height: Int, value: RgbaArray)
constructor(width: Int, height: Int, generator: (x: Int, y: Int) -> RGBA)
constructor(width: Int, height: Int, ints: IntArray = IntArray(width * height), premultiplied: Boolean = true)