bevy_color: Add fluent methods to color types. #12075
Labels
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
Milestone
Several people have requested "fluent" methods such as
.with_red()
. These should only exist in cases where they are cheap, in other words, no implicit conversions. There should be a.with_
method for each of the defined color channels (.with_alpha
already exists.)The text was updated successfully, but these errors were encountered: