Color's Add and AddAssign impls add RGBA values to HSLA #5543
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Trivial
Nice and easy! A great choice to get started with Bevy
bevy/crates/bevy_render/src/color/mod.rs
Line 662 in f3b5bf0
bevy/crates/bevy_render/src/color/mod.rs
Line 711 in f3b5bf0
These lines should probably be
let rhs = rhs.as_hsla_f32()
instead.The text was updated successfully, but these errors were encountered: