bevy/crates/bevy_color
Zachary Harrold a52b2518fc
bevy_color: Created a private trait StandardColor (#12072)
# 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_
2024-02-24 03:04:03 +00:00
..
crates/gen_tests Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00
src bevy_color: Created a private trait StandardColor (#12072) 2024-02-24 03:04:03 +00:00
Cargo.toml Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00