-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Add color interpolation bar on each channel in ColorPicker #46110
Conversation
0c86921
to
1e94557
Compare
A way to switch between the old and the new visualization would be very welcome. Maybe an editor setting, or, even better, a chefk box there at the color picker itself (it's already quite full, though). |
What’s up with the spinboxes to the right, though? |
What would be the point of it? This new version is simply better, and I don't believe we need to keep compatibility here.
This issue is likely fixed, there was an issue on master making some LineEdit/SpinBoxes too small. See #46088 |
You're right. I was giving an opinion as if the older sliders were displaying (for RGB) black-to-red, black-to-green and black-to-blue. My memory played a trick on me. That's why I thought the old way should be kept as an option. Of course, the one this PR implements is far superior than the current flat colored sliders. 😃 |
This also happened in the above HSV box, and I don't know about the HSV function. I may be to find a way to fix these bugs with another solution. |
I think [this] PR should stand alone without these features, but I was wondering if you were also interested in making alternative mappings like: HSY' and other shapes. We have to provide HSV, but it's not that great. There are better gradient generators that give better results in perceptual space. |
If someone will tell, This is enough to have only a gradient box. I honestly to leave them. I know a bit HSY' color model. This would be okay to implement it when it's commonly used in the engine. BTW, I'm really interested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took another look and this is actually good (now after #46230 was merged). The new bar_arrow
theme icon needs documentation though (you can use doctool to generate blank entry and fill the description).
Also, this is not critical, but I still think it would be nice if the hue bar in HSV was drawn with proper saturation and value. Right now it's not affected by other sliders.
Wasn't that fixed in #46230 specifically to make it work here? |
No, it fixed another thing. See here: |
1e94557
to
d295d53
Compare
Thanks! |
Like the most ColorPicker from several engines. For easy to visualize available colors in the channel.
Only shown in RGB and HSV mode. ( except Alpha )
Default theme :
Edit: issues in pictures