Are there Compose Color alternatives for the Color...
# compose
j
Are there Compose Color alternatives for the ColorUtils.blend*() methods? I imagine there's something to support the multiple color animation APIs but I'm not sure where to look
r
There's a lerp function to interpolate colors
j
I'm blind 🤦. Thanks Romain!
r
You’re not blind, it’s not necessarily obvious 🙂
We may have a better version of
lerp()
for colors coming in a future version too (but no promise 🙂