-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Color's Add and AddAssign impls add RGBA values to HSLA #5543
Copy link
Copy link
Closed
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
bevy/crates/bevy_render/src/color/mod.rs
Line 662 in f3b5bf0
| let rhs = rhs.as_linear_rgba_f32(); |
bevy/crates/bevy_render/src/color/mod.rs
Line 711 in f3b5bf0
| let rhs = rhs.as_linear_rgba_f32(); |
These lines should probably be let rhs = rhs.as_hsla_f32() instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy