-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Feathers color widgets #19984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feathers color widgets #19984
Conversation
This needs shader support for at least HSL / HSV color spaces before I am willing to merge this. That should be done in another PR, hence S-Blocked. |
#12939 is related and may help. |
We just need to hook that up to |
@ickshonpe Thoughts? (on the gradients part of it.) |
Bashed out hsl + hsv support out at #19992 very quickly, it's just rough but you can try it out here I guess see if it's acceptable. |
😓 should have checked if we had these already before I started all these PRs. |
Objective
Adds color swatch and color slider widgets to Bevy Feathers.
Showcase