bevy/examples/window
Alice Cecile 481eec2c92 Rename UiColor to BackgroundColor (#6087)
# Objective

Fixes #6078. The `UiColor` component is unhelpfully named: it is unclear, ambiguous with border color and 

## Solution

Rename the `UiColor` component (and associated fields) to `BackgroundColor` / `background_colorl`.

## Migration Guide

`UiColor` has been renamed to `BackgroundColor`. This change affects `NodeBundle`, `ButtonBundle` and `ImageBundle`. In addition, the corresponding field on `ExtractedUiNode` has been renamed to `background_color` for consistency.
2022-09-25 00:39:17 +00:00
..
clear_color.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
low_power.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
multiple_windows.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
scale_factor_override.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
transparent_window.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
window_resizing.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
window_settings.rs Reconfigure surface on present mode change (#6049) 2022-09-21 22:35:15 +00:00