bevy/crates/bevy_feathers/src
ickshonpe 2cb8450fa4
Rename the InterpolationColorSpace variants to match Color. (#20142)
# Objective

The names of the variants of `InterpolationColorSpace` don't match the
corresponding `Color` variants, which could be potentially confusing.
For instance, `Color` has an `Oklaba` variant, in
`InterpolationColorSpace` it's called `OkLab`.

## Solution

Rename variants of `InterpolationColorSpace` to mirror the variants of
Color.
2025-07-14 22:30:43 +00:00
..
assets/fonts Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
controls Rename the InterpolationColorSpace variants to match Color. (#20142) 2025-07-14 22:30:43 +00:00
constants.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00
cursor.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
dark_theme.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00
font_styles.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
handle_or_path.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
lib.rs Feathers checkbox (#19900) 2025-07-01 06:59:14 +00:00
palette.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
rounded_corners.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
theme.rs Feathers checkbox (#19900) 2025-07-01 06:59:14 +00:00
tokens.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00