merge 'soft-light' into 'dev'

This commit is contained in:
Alberto Griggio
2018-06-29 23:34:31 +02:00
19 changed files with 330 additions and 2 deletions

View File

@@ -712,6 +712,13 @@ public:
bool strength;
};
class SoftLightParamsEdited
{
public:
bool enabled;
bool strength;
};
class RAWParamsEdited
{
@@ -849,6 +856,7 @@ public:
WaveletParamsEdited wavelet;
HSVEqualizerParamsEdited hsvequalizer;
FilmSimulationParamsEdited filmSimulation;
SoftLightParamsEdited softlight;
MetaDataParamsEdited metadata;
bool exif;
bool iptc;