merge with dev
This commit is contained in:
@@ -900,6 +900,15 @@ struct MetaDataParamsEdited {
|
||||
bool mode;
|
||||
};
|
||||
|
||||
struct FilmNegativeParamsEdited {
|
||||
bool enabled;
|
||||
bool redRatio;
|
||||
bool greenExp;
|
||||
bool blueRatio;
|
||||
|
||||
bool isUnchanged() const;
|
||||
};
|
||||
|
||||
struct ParamsEdited {
|
||||
GeneralParamsEdited general;
|
||||
ToneCurveParamsEdited toneCurve;
|
||||
@@ -945,6 +954,7 @@ struct ParamsEdited {
|
||||
SoftLightParamsEdited softlight;
|
||||
DehazeParamsEdited dehaze;
|
||||
MetaDataParamsEdited metadata;
|
||||
FilmNegativeParamsEdited filmNegative;
|
||||
bool exif;
|
||||
bool iptc;
|
||||
|
||||
|
Reference in New Issue
Block a user