Merge branch 'dev' into capture_sharpening

This commit is contained in:
Ingo Weyrich
2019-08-29 22:07:55 +02:00
3 changed files with 42 additions and 2 deletions

View File

@@ -284,6 +284,7 @@ struct ToneCurveParams {
ToneCurveParams();
bool isPanningRelatedChange(const ToneCurveParams& other) const;
bool operator ==(const ToneCurveParams& other) const;
bool operator !=(const ToneCurveParams& other) const;
@@ -599,6 +600,7 @@ struct WBParams {
WBParams();
bool isPanningRelatedChange(const WBParams& other) const;
bool operator ==(const WBParams& other) const;
bool operator !=(const WBParams& other) const;