Join Slack
Communities
Powered by
Anyone know how to convert a `Color` to a native c...
# compose
d
Daniel
05/25/2021, 4:32 PM
Anyone know how to convert a
Color
to a native color int?
v
Vitaliy Zarubin
05/25/2021, 4:44 PM
Copy code
Color.Red.toArgb()
?
c
Chachako
05/25/2021, 4:44 PM
just use
Color.toArgb()
d
Daniel
05/25/2021, 4:45 PM
Whoops, sorry to waste your time
17
Views
Open in Slack
Previous
Next