toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
ASE
/
AseLinkedCell
Ase
Linked
Cell
open
class
AseLinkedCell
(
val
linkedCell
:
ASE.AseCell
,
val
x
:
Int
,
val
y
:
Int
,
val
opacity
:
Int
)
:
ASE.AseEntity
,
ASE.AseCell
Members
Constructors
Ase
Linked
Cell
Link copied to clipboard
constructor
(
linkedCell
:
ASE.AseCell
,
x
:
Int
,
y
:
Int
,
opacity
:
Int
)
Properties
bmp
Link copied to clipboard
open
override
val
bmp
:
Bitmap
linked
Cell
Link copied to clipboard
val
linkedCell
:
ASE.AseCell
opacity
Link copied to clipboard
open
override
val
opacity
:
Int
user
Data
Link copied to clipboard
open
override
var
userData
:
String
?
user
Data
Color
Link copied to clipboard
open
override
var
userDataColor
:
RGBA
x
Link copied to clipboard
open
override
val
x
:
Int
y
Link copied to clipboard
open
override
val
y
:
Int
Functions
resolve
Link copied to clipboard
open
override
fun
resolve
(
)
:
ASE.AseCell