bevy/crates/bevy_ui_render/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
..
box_shadow.rs Use RenderStartup in bevy_ui. (#19901) 2025-07-05 04:07:23 +00:00
box_shadow.wgsl
debug_overlay.rs
gradient.rs Rename the InterpolationColorSpace variants to match Color. (#20142) 2025-07-14 22:30:43 +00:00
gradient.wgsl UI gradients long hue paths fix (#20010) 2025-07-07 22:19:24 +00:00
lib.rs Use RenderStartup in bevy_ui. (#19901) 2025-07-05 04:07:23 +00:00
pipeline.rs Use RenderStartup in bevy_ui. (#19901) 2025-07-05 04:07:23 +00:00
render_pass.rs
ui_material_pipeline.rs Use RenderStartup in bevy_ui. (#19901) 2025-07-05 04:07:23 +00:00
ui_material.rs
ui_material.wgsl
ui_texture_slice_pipeline.rs Use RenderStartup in bevy_ui. (#19901) 2025-07-05 04:07:23 +00:00
ui_texture_slice.wgsl
ui_vertex_output.wgsl
ui.wgsl