Join Slack
Powered by
What is the easiest way to convert a `androidx.com...
# compose
f
flosch
09/06/2020, 2:35 PM
What is the easiest way to convert a
androidx.compose.ui.graphics.Color
to a
ColorInt
?
j
jaqxues
09/06/2020, 2:46 PM
Copy code
Color(0xFF00FF00).toArgb()
f
flosch
09/06/2020, 2:48 PM
Ah yea there’s even the annotation 🤦 Thanks!
6
Views
Open in Slack
Previous
Next