merge with dev
This commit is contained in:
@@ -837,6 +837,16 @@ public:
|
||||
bool strength;
|
||||
};
|
||||
|
||||
class DehazeParamsEdited
|
||||
{
|
||||
public:
|
||||
bool enabled;
|
||||
bool strength;
|
||||
bool showDepthMap;
|
||||
bool depth;
|
||||
};
|
||||
|
||||
|
||||
class RAWParamsEdited
|
||||
{
|
||||
|
||||
@@ -981,6 +991,7 @@ public:
|
||||
HSVEqualizerParamsEdited hsvequalizer;
|
||||
FilmSimulationParamsEdited filmSimulation;
|
||||
SoftLightParamsEdited softlight;
|
||||
DehazeParamsEdited dehaze;
|
||||
MetaDataParamsEdited metadata;
|
||||
bool exif;
|
||||
bool iptc;
|
||||
|
Reference in New Issue
Block a user