toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.style
Package-level
declarations
Types
Functions
Properties
Types
Styleable
View
Link copied to clipboard
interface
StyleableView
View
Style
Link copied to clipboard
class
ViewStyle
<
T
>
(
val
default
:
T
)
View
Styles
Link copied to clipboard
class
ViewStyles
(
val
view
:
View
)
Properties
button
Back
Color
Link copied to clipboard
var
ViewStyles
.
buttonBackColor
:
RGBA
styles
Link copied to clipboard
val
View
.
styles
:
ViewStyles
text
Alignment
Link copied to clipboard
var
ViewStyles
.
textAlignment
:
TextAlignment
text
Color
Link copied to clipboard
var
ViewStyles
.
textColor
:
RGBA
text
Font
Link copied to clipboard
var
ViewStyles
.
textFont
:
Font
text
Size
Link copied to clipboard
var
ViewStyles
.
textSize
:
Double
Functions
styles
Link copied to clipboard
inline
fun
<
T
:
View
>
T
.
styles
(
block
:
ViewStyles
.
(
)
->
Unit
)
:
T