Wavelet - added offset to contrast levels

This commit is contained in:
Desmis
2020-03-25 07:15:27 +01:00
parent 2bb747b55f
commit cdf8d8ec7f
8 changed files with 42 additions and 11 deletions

View File

@@ -80,6 +80,7 @@ private:
rtengine::ProcEvent EvWavradius;
rtengine::ProcEvent EvWavsigma;
rtengine::ProcEvent EvWavoldsh;
rtengine::ProcEvent EvWavoffset;
void foldAllButMe(GdkEventButton* event, MyExpander *expander);
@@ -174,6 +175,7 @@ private:
Adjuster* correction[9];
Adjuster* correctionch[9];
Adjuster* const sigma;
Adjuster* const offset;
Adjuster* const rescon;
Adjuster* const resconH;
Adjuster* const reschro;