What is the easiest way to convert a `androidx.com...
# compose
f
What is the easiest way to convert a
androidx.compose.ui.graphics.Color
to a
ColorInt
?
j
Copy code
Color(0xFF00FF00).toArgb()
f
Ah yea there’s even the annotation 🤦 Thanks!