apply clipping in RAW if the "clip OOG" parameter is set

This commit is contained in:
Alberto Griggio
2018-04-30 17:49:55 +02:00
parent 483c0ae3e5
commit 5d9dadae6e
2 changed files with 58 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ ToneCurve::ToneCurve () : FoldableToolPanel(this, "tonecurve", M("TP_EXPOSURE_LA
auto m = ProcEventMapper::getInstance();
EvHistMatching = m->newEvent(AUTOEXP, "HISTORY_MSG_HISTMATCHING");
EvHistMatchingBatch = m->newEvent(M_VOID, "HISTORY_MSG_HISTMATCHING");
EvClampOOG = m->newEvent(RGBCURVE, "HISTORY_MSG_CLAMPOOG");
EvClampOOG = m->newEvent(DARKFRAME, "HISTORY_MSG_CLAMPOOG");
CurveListener::setMulti(true);