toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.style
Package-level
declarations
Types
Functions
Properties
Types
CSS
Link copied to clipboard
class
CSS
(
val
allRules
:
List
<
CSS.IRuleSet
>
,
unit
:
Unit
=
Unit
)
CSSReader
Link copied to clipboard
class
CSSReader
(
val
tokens
:
ListReader
<
CSS.Companion.Token
>
)
DOM
Link copied to clipboard
open
class
DOM
(
val
css
:
CSS
)
DOMAnimator
Link copied to clipboard
class
DOMAnimator
(
val
dom
:
DOM
)
Properties
animation
Link copied to clipboard
val
CSS.Declarations
.
animation
:
CSS.Animation
?
color
Link copied to clipboard
val
CSS.Expression
.
color
:
RGBA
easing
Link copied to clipboard
val
CSS.Expression
.
easing
:
Easing
matrix
Link copied to clipboard
val
CSS.Expression
.
matrix
:
Matrix
ratio
Link copied to clipboard
val
CSS.Expression
.
ratio
:
Ratio
transform
Link copied to clipboard
val
CSS.Expression
.
transform
:
MatrixTransform
Functions
get
Color
Link copied to clipboard
fun
CSS.InterpolationResult
.
getColor
(
key
:
String
,
default
:
RGBA
=
Colors.TRANSPARENT
)
:
RGBA
get
Easing
Link copied to clipboard
fun
CSS.InterpolationResult
.
getEasing
(
key
:
String
,
default
:
Easing
=
Easing.LINEAR
)
:
Easing
get
Matrix
Link copied to clipboard
fun
CSS.InterpolationResult
.
getMatrix
(
key
:
String
,
default
:
Matrix
=
Matrix()
)
:
Matrix
get
Ratio
Link copied to clipboard
fun
CSS.InterpolationResult
.
getRatio
(
key
:
String
,
default
:
Ratio
=
Ratio.ZERO
)
:
Ratio
get
Transform
Link copied to clipboard
fun
CSS.InterpolationResult
.
getTransform
(
key
:
String
,
default
:
MatrixTransform
=
MatrixTransform.IDENTITY
)
:
MatrixTransform