Improve color picker viewport display #781
pedrorrodriguez
started this conversation in
Ideas
Replies: 0 comments
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.
Back in the day I took a look at Raw therapee, and its way of handling the color picker tool is partly better than in Ansel. When we pick several values, and add them to the list in the color picker module, a crosshair is placed on the viewport, while the values are displayed in the module itself.
Raw therapee displays the swatch on the picture, as well as its values. This makes it easier to identify where each swatch was sampled from.
They don't need to be displayed all the time, but it seems helpful if you use the color picker. We also don't need to display one swatch in RGB, another in HSV, and another in Lab. Just whatever is selected in the color picker module.
TLDR, keep what we have, but make it possible to display the values directly on the picture as well.
All reactions