You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the conversions to SRGB are built in to Color.
The text was updated successfully, but these errors were encountered:
jonsmirl
changed the title
Code can be greatly simplified by using new HLS support in Jetpack
Code can be greatly simplified by using new HSV support in Jetpack
May 8, 2023
Google has added HSV support to Color.
https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/Color#hsv(kotlin.Float,kotlin.Float,kotlin.Float,kotlin.Float,androidx.compose.ui.graphics.colorspace.Rgb)
All of the conversions to SRGB are built in to Color.
The text was updated successfully, but these errors were encountered: