toggle menu
ui
common
switch theme
search in API
ui
/
com.vanniktech.ui
/
Color
/
Companion
Companion
object
Companion
Members
Properties
BLACK
Link copied to clipboard
val
BLACK
:
Color
TRANSPARENT
Link copied to clipboard
val
TRANSPARENT
:
Color
UNTINTED
Link copied to clipboard
val
UNTINTED
:
Color
WHITE
Link copied to clipboard
val
WHITE
:
Color
Functions
from
Argb
Link copied to clipboard
fun
fromArgb
(
alpha
:
Int
,
red
:
Int
,
green
:
Int
,
blue
:
Int
)
:
Color
from
Hex
Or
Null
Link copied to clipboard
fun
fromHexOrNull
(
hex
:
String
)
:
Color
?