Multirious / bevy_tween

Flexible tweening plugin library for Bevy.
Apache License 2.0
87 stars 2 forks source link

Consider making `color_lerp` public #34

Closed janhohenheim closed 2 months ago

janhohenheim commented 2 months ago

If people want to implement their own color interpolators, it would be nice to be able to use the same implementation as the crate uses internally. I left this out of #33 because I wanted your opinion on it first :)

Multirious commented 2 months ago

Since the next release would likely be in Bevy 0.14 anyways I decided that I wanted to leave this to the Mix trait in the future. And for a while it just felt weird to export one random implementation for specifically color lerp😙.

janhohenheim commented 2 months ago

Ah, that makes sense!