bevy/crates/bevy_color
Talin 31d7fcd9cb
Upstreaming bevy_color. (#12013)
# Objective

This provides a new set of color types and operations for Bevy.

Fixes: #10986 #1402 

## Solution

The new crate provides a set of distinct types for various useful color
spaces, along with utilities for manipulating and converting colors.

This is not a breaking change, as no Bevy APIs are modified (yet).

---------

Co-authored-by: François <mockersf@gmail.com>
2024-02-23 17:51:31 +00:00
..
crates/gen_tests Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00
src Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00
Cargo.toml Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00