Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.67k stars 306 forks source link

Document Lockable Color Picker #3643

Open Beep6581 opened 7 years ago

Beep6581 commented 7 years ago

The Lockable Color Picker needs to be documented. I don't know how to change the displayed values to L*a*b* or how to make the patches larger - this info should go into both RawPedia and the tooltip.

iliasg commented 7 years ago

@Beep6581 https://github.com/Beep6581/RawTherapee/issues/1812#issuecomment-251541179

now you can resize the Picker by using CTRL+Mouse wheel or CTRL+B1 to decrease size and CTRL+B3 to increase size. You can also change the displayed values type (between RGB/HSV/Lab) by cycling them using SHIFT+B1. The units are fixed though

iliasg commented 7 years ago

Tip, .. the circle keeps constant size when changing preview size .. so the area it covers is related to the preview size. When the size of the circle is smaller/larger than desired even after increasing/decreasing it at the largest/smallest size supported, to cover a larger/smaller area we have to decrease/increase preview size.

Hombre57 commented 5 years ago

@Beep6581 Here is the documentation for the Lockable Color Pickers, I'll let you rephrase them in correct english ;) :

Locakble Color Pickers are graphical element that you can add on the preview image to report back the mean color at its location, providing RGB, HSL or L*a*b values. To add, move or delete them, you have to enter the Lockable Color Picker mode by clicking on its icon on the top toolbar of the preview window. Once done with placing and sizing the color pickers, you can go back to the Hand tool for normal operation of the preview window. Those graphical elements will help you having more consistent colors across your multiple edited image, e.g. by targeting specific values from a reference image.

How to operate them once in the Lockable Color Picker mode:

Please note that the pickers has a constant size across zoom rates. Therefore, the mean value will be different because of the resize function that "compress" the data.

Beep6581 commented 5 years ago

Thanks @Hombre57 ! Will add that soon.