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.atlas
/
MutableAtlas
/
MutableAtlas
Mutable
Atlas
constructor
(
binPacker
:
BinPacker
,
border
:
Int
=
2
,
premultiplied
:
Boolean
=
true
,
allowToGrow
:
Boolean
=
true
,
growMethod
:
MutableAtlas.GrowMethod
=
GrowMethod.NEW_IMAGES
)
constructor
(
width
:
Int
=
2048
,
height
:
Int
=
width
,
border
:
Int
=
2
,
premultiplied
:
Boolean
=
true
,
allowToGrow
:
Boolean
=
true
,
growMethod
:
MutableAtlas.GrowMethod
=
GrowMethod.NEW_IMAGES
)