Skip to content
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

ImGui color picker based on OKHSL instead of HSL #101

Open
JulesFouchy opened this issue May 10, 2024 · 0 comments
Open

ImGui color picker based on OKHSL instead of HSL #101

JulesFouchy opened this issue May 10, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@JulesFouchy
Copy link
Member

JulesFouchy commented May 10, 2024

Okhsl is a perceptually uniform version of HSL. You can read this great article about it.
This is what Godot 4 now uses by default :
xhYcPWb

We want to implement the same thing in Dear ImGui to replace their current color picker widget. Their color picker code is a bit messy, so this might mean rewriting a color picker from scratch.

@JulesFouchy JulesFouchy converted this from a draft issue May 10, 2024
@JulesFouchy JulesFouchy added the good first issue Good for newcomers label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 🔭 To Do
Development

No branches or pull requests

1 participant