Hsva
and Hwba
colors do not implement Mix
#12618
Labels
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
Milestone
What problem does this solve or what need does it fill?
Hsla
implementsMix
, our trait for color blending. Its sibling color types (Hsva
andHwba
) should do likewise.What solution would you like?
Follow the implementation in
Hsla
to implement this trait.Additional context
Found and reported by Lumen on Discord.
The text was updated successfully, but these errors were encountered: