Replies: 1 comment 1 reply
-
The colours were originally added in #859, and it's unclear why the author chose the set they did. Yeah, it's definitely on the todo list to update them to a full set. I'm unclear what your second request is asking for. Is it a If not, #4387 might have already implemented what you wanted - the result is visible here http://dev-docs.bevyengine.org/bevy/prelude/enum.Color.html#impl. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the color constants defined in
bevy::render::color::Color
are not fully based on CSS Color Module Level 3 but somewhere in between section 4.1. Basic color keywords and section 4.3. Extended color keywords.It could also be useful having the names available for the color constants, e.g. to display a tooltip with selecting from a color palette.Beta Was this translation helpful? Give feedback.
All reactions