bevy/crates/bevy_render
bird 8930cfcdd4
conversions between [u8; 4] and Color (#8564)
# Objective

- Fixes #8563

## Solution

~~- Implement From<Color> for [u8; 4]~~
~~- also implement From<[u8; 4]> for Color because why not.~~
- implement method `as_rgba_u8` in Color

---------

Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2023-05-08 16:36:46 +00:00
..
macros Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
src conversions between [u8; 4] and Color (#8564) 2023-05-08 16:36:46 +00:00
Cargo.toml Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00