Added new "Preprocess WB" parameter in the Raw toolpanel, just below "Raw White Points" tool. Allows to choose between "Camera" and "Auto" (average-based) raw channel multipliers, and to apply custom compesation factors.
Fixes #5616
This commit is contained in:
@@ -686,6 +686,16 @@ struct RAWParamsEdited {
|
||||
bool ff_clipControl;
|
||||
bool exPos;
|
||||
|
||||
struct PreprocessWBParamsEdited {
|
||||
bool mode;
|
||||
bool red;
|
||||
bool blue;
|
||||
|
||||
bool isUnchanged() const;
|
||||
};
|
||||
|
||||
PreprocessWBParamsEdited preprocessWB;
|
||||
|
||||
bool isUnchanged() const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user