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.format
/
ImageLayer
Image
Layer
open
class
ImageLayer
(
var
index
:
Int
,
val
name
:
String
?
,
val
type
:
ImageLayer.Type
=
Type.NORMAL
)
Inheritors
AseLayer
Members
Constructors
Image
Layer
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
?
,
type
:
ImageLayer.Type
=
Type.NORMAL
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
ImageLayer.Type
>
Properties
index
Link copied to clipboard
var
index
:
Int
name
Link copied to clipboard
val
name
:
String
?
type
Link copied to clipboard
val
type
:
ImageLayer.Type