Add local noise equalizer blue red - enhance GUI and algo

This commit is contained in:
Desmis
2017-12-24 16:28:45 +01:00
parent c1ab9788a5
commit 2c41900239
4 changed files with 402 additions and 63 deletions

View File

@@ -129,7 +129,7 @@ private:
Adjuster* const sobelref;
Adjuster* const centerXbuf;
Adjuster* const centerYbuf;
Adjuster* const adjblur;
// Adjuster* const adjblur;
MyComboBoxText* const Smethod;
MyComboBoxText* const Exclumethod;
@@ -204,6 +204,7 @@ private:
Adjuster* pastels;
Adjuster* saturated;
Adjuster* warm;
Adjuster* adjblur;
ThresholdAdjuster* psThreshold;
Gtk::CheckButton* protectSkins;