Local adjustments - Dynamic range and exposure - Recovery based on luminance mask (#6046)

* GUI for recovery mask - Log encoding

* Enable recovery Log encoding with luminance mask

* GUI for exposure

* Improve code with maskrecov

* Enable recovery based on luminance mask for Dynalic Range and exposure

* Change tooltips

* Change boxblur
This commit is contained in:
Desmis
2021-01-05 07:50:22 +01:00
committed by GitHub
parent 1fc3f036c1
commit 5df1478320
10 changed files with 295 additions and 145 deletions

View File

@@ -354,6 +354,14 @@ private:
Adjuster* const expchroma;
CurveEditorGroup* const curveEditorG;
DiagonalCurveEditor* shapeexpos;
MyExpander* const exprecove;
Gtk::Label* const maskusablee;
Gtk::Label* const maskunusablee;
Adjuster* const recothrese;
Adjuster* const lowthrese;
Adjuster* const higthrese;
Adjuster* const decaye;
MyExpander* const expgradexp;
Adjuster* const strexp;
Adjuster* const angexp;