MultiBitmap

constructor(bitmaps: List<Bitmap>, defaultWidth: Int = 0, defaultHeight: Int = 0, defaultPremultiplied: Boolean = true)
constructor(width: Int, height: Int, bitmaps: List<Bitmap>, premultiplied: Boolean = true)