Added common mask contrast curve

This commit is contained in:
Desmis
2020-06-22 22:05:40 +02:00
parent 789bb34718
commit 476ea4861a
9 changed files with 76 additions and 14 deletions

View File

@@ -1228,6 +1228,8 @@ private:
Adjuster* const shadmask;
CurveEditorGroup* const mask_HCurveEditorG;
FlatCurveEditor* const HHhmask_shape;
CurveEditorGroup* const mask2CurveEditorG;
DiagonalCurveEditor* const Lmask_shape;
sigc::connection showmaskMethodConn, enamaskConn, toolmaskConn, fftmaskConn;
@@ -1260,14 +1262,7 @@ private:
void updateGUIToMode(const modeType new_type) override;
void fftmaskChanged();
void updatemaskGUI3();
/*
void autocomputeToggled();
void fullimageChanged();
void AutograyChanged();
void updateLogGUI();
*/
void updateMaskBackground(const double normChromar, const double normLumar, const double normHuer) override;
};