bevy/examples/testbed
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
..
2d.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
3d.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
full_ui.rs Newtyped ScrollPosition (#19881) 2025-07-01 17:41:48 +00:00
helpers.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
ui.rs Rename the InterpolationColorSpace variants to match Color. (#20142) 2025-07-14 22:30:43 +00:00