-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Color picker is not standard #2681
Comments
it opens right bottom and so on mobile it won't be accessible if the button is let's say also near the bottom. parts of the widget are inaccessible and the picker can't be moved. to fix that I had to modify repo with the line that defaults and kinda anchors it, so that it opened elsewhere and was movable |
Perhaps I am misunderstanding what you are saying, or it's the other way around, but I am talking about the colors inside the picker, not it's position. Notice how the white corner is bottom-right, but the standard is top-left. |
Not sure that this is the rule. Shutter uses egui layout: |
It's not a rule of course, it's just the most common way of doing it. Things that use my suggestion include: Photoshop; Krita; plugins for the aforementioned; Blender; Procreate; Artstudio pro; Rebelle; Painttool Sai; Clip Studio Paint; google search color picker; etc... |
I'm for going with the majority here - should be an easy PR if anyone wants to tackle it! |
Accomplished by swapping hsva's saturation and value in the color_slider_2d in my fork's hsva_color_slider_2d_orientation branch |
In most graphics software like Photoshop you will see the color picker be like the right side. When you flip the colors like this it gets confusing for me and probably for a lot of other people. Please consider changing it.
Also the color selection circle is very huge. I don't know about that...
The text was updated successfully, but these errors were encountered: