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
/
Companion
/
rgb
rgb
fun
rgb
(
value
:
Int
)
:
Color.Rgb
(
source
)
fun
rgb
(
r
:
Int
,
g
:
Int
,
b
:
Int
)
:
Color.Rgb
(
source
)
fun
rgb
(
r
:
Float
,
g
:
Float
,
b
:
Float
)
:
Color.Rgb
(
source
)
fun
rgb
(
r
:
CSSPercentageValue
,
g
:
CSSPercentageValue
,
b
:
CSSPercentageValue
)
:
Color.Rgb
(
source
)