Merge branch 'dev' into capture_sharpening
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user