Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-css
/
kotlinx.css
/
rgb
rgb
fun
rgb
(
red
:
Int
,
green
:
Int
,
blue
:
Int
)
:
Color
(
source
)
fun
rgb
(
red
:
Int
,
green
:
Int
,
blue
:
Int
,
alpha
:
Double
)
:
Color
(
source
)