mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
9b1651afa1
# Objective - Fixes inaccurate UI colors similar to this [Sprite color fix](https://github.com/bevyengine/bevy/pull/4361). ## Solution - Do not reduce the color of UI quads to 4 u8. Left is the displayed color. Right is the input color(#202225). | Before Fix | After Fix | |--------|--------| |![before](https://user-images.githubusercontent.com/2303421/163661335-7f970a43-1f8b-45af-ae0a-cd74424aa9fb.png)|![after](https://user-images.githubusercontent.com/2303421/163661342-d8d56c08-924b-4bce-8bc8-a8de85aadc97.png)| |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |