mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
a52b2518fc
# Objective - Assist Bevy contributors in the creation of `bevy_color` spaces by ensuring consistent API implementation. ## Solution Created a `pub(crate)` trait `StandardColor` which has all the requirements for a typical color space (e.g, `Srgba`, `Color`, etc.). --- ## Changelog - Implemented traits missing from certain color spaces. ## Migration Guide _No migration required_ |
||
---|---|---|
.. | ||
crates/gen_tests | ||
src | ||
Cargo.toml |