kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.graphics
/
Color
/
Rgb
/
copy
copy
fun
copy
(
red
:
Int
=
this.red
,
green
:
Int
=
this.green
,
blue
:
Int
=
this.blue
,
alpha
:
Int
=
this.alpha
)
:
Color.Rgb
(
source
)