Refactored name for Fattal / Alpha & Beta + updated ranges (see #4168)

Ranges for Threshold and Amount is now -100 / +100 integer. Effective
range should be modified in ImProcFunctions::ToneMapFattal02 if ever.
This commit is contained in:
Hombre
2017-11-04 23:09:58 +01:00
parent b64707bea6
commit 0a9f382967
11 changed files with 79 additions and 70 deletions

View File

@@ -368,8 +368,8 @@ public:
class FattalToneMappingParamsEdited {
public:
bool enabled;
bool alpha;
bool beta;
bool threshold;
bool amount;
};