Adding ADD/SET mechanism to Fattal HDR tool + PartialPaste dialog gui
+ range of Beta limited to 0.7 <> 1.3. ADD/SET mechanism was missing for EPD tool too, so it's included in this commit. see #4168
This commit is contained in:
@@ -182,3 +182,11 @@ void EdgePreservingDecompositionUI::setBatchMode(bool batchMode)
|
||||
reweightingIterates->showEditedCB();
|
||||
}
|
||||
|
||||
void EdgePreservingDecompositionUI::setAdjusterBehavior (bool stAdd, bool gAdd, bool esAdd, bool scAdd, bool rAdd)
|
||||
{
|
||||
strength->setAddMode(stAdd);
|
||||
gamma->setAddMode(gAdd);
|
||||
edgeStopping->setAddMode(esAdd);
|
||||
scale->setAddMode(scAdd);
|
||||
reweightingIterates->setAddMode(rAdd);
|
||||
}
|
||||
|
Reference in New Issue
Block a user