korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.bitmap
/
MultiBitmap
/
MultiBitmap
Multi
Bitmap
constructor
(
width
:
Int
,
height
:
Int
,
bitmaps
:
List
<
Bitmap
>
,
premultiplied
:
Boolean
=
true
)
constructor
(
bitmaps
:
List
<
Bitmap
>
,
defaultWidth
:
Int
=
0
,
defaultHeight
:
Int
=
0
,
defaultPremultiplied
:
Boolean
=
true
)