bevy/crates/bevy_ui/src/render
ImDanTheDev 9b1651afa1 UI - keep color as 4 f32 (#4494)
# 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)|
2022-04-25 13:54:50 +00:00
..
camera.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
mod.rs UI - keep color as 4 f32 (#4494) 2022-04-25 13:54:50 +00:00
pipeline.rs UI - keep color as 4 f32 (#4494) 2022-04-25 13:54:50 +00:00
render_pass.rs Compute Pipeline Specialization (#3979) 2022-03-23 00:27:26 +00:00
ui.wgsl UI - keep color as 4 f32 (#4494) 2022-04-25 13:54:50 +00:00