toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
line
line
inline
fun
Container
.
line
(
a
:
Point
,
b
:
Point
,
color
:
RGBA
=
Colors.WHITE
,
callback
:
Line
.
(
)
->
Unit
=
{}
)
:
Line
inline
fun
Container
.
line
(
x0
:
Double
,
y0
:
Double
,
x1
:
Double
,
y1
:
Double
,
color
:
RGBA
=
Colors.WHITE
,
callback
:
Line
.
(
)
->
Unit
=
{}
)
:
Line