DR Compression: updated defaults and renamed "Threshold" to "Detail" in the GUI
Fixes #4912
This commit is contained in:
@@ -31,7 +31,8 @@ FattalToneMapping::FattalToneMapping(): FoldableToolPanel(this, "fattal", M("TP_
|
||||
EvTMFattalAnchor = m->newEvent(HDR, "HISTORY_MSG_TM_FATTAL_ANCHOR");
|
||||
|
||||
amount = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_AMOUNT"), 1., 100., 1., 30.));
|
||||
threshold = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_THRESHOLD"), -100., 100., 1., 0.0));
|
||||
threshold = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_THRESHOLD"), -100., 300., 1., 0.0));
|
||||
threshold->setLogScale(10, 0);
|
||||
Gtk::Image *al = Gtk::manage(new RTImage("circle-black-small.png"));
|
||||
Gtk::Image *ar = Gtk::manage(new RTImage("circle-white-small.png"));
|
||||
anchor = Gtk::manage(new Adjuster(M("TP_TM_FATTAL_ANCHOR"), 1, 100, 1, 50, al, ar));
|
||||
|
||||
Reference in New Issue
Block a user