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
/
AtlasInfo
/
Layer
Layer
data
class
Layer
(
val
name
:
String
=
""
,
val
opacity
:
Int
=
255
,
val
blendMode
:
String
=
""
)
Members
Constructors
Layer
Link copied to clipboard
constructor
(
name
:
String
=
""
,
opacity
:
Int
=
255
,
blendMode
:
String
=
""
)
Properties
blend
Mode
Link copied to clipboard
val
blendMode
:
String
name
Link copied to clipboard
val
name
:
String
opacity
Link copied to clipboard
val
opacity
:
Int