Anyone know how to convert a `Color` to a native c...
# compose
d
Anyone know how to convert a
Color
to a native color int?
v
Copy code
Color.Red.toArgb()
?
c
just use
Color.toArgb()
d
Whoops, sorry to waste your time