New Vibrance tool from Jacques Desmis ; see issue 1065, and it's attached HTML document describing how to use it
This commit is contained in:
@@ -91,6 +91,18 @@ class SharpeningParamsEdited {
|
||||
bool deconvdamping;
|
||||
};
|
||||
|
||||
class VibranceParamsEdited {
|
||||
|
||||
public:
|
||||
bool enabled;
|
||||
bool pastels;
|
||||
bool saturated;
|
||||
bool psthreshold;
|
||||
bool protectskins;
|
||||
bool avoidcolorshift;
|
||||
bool pastsattog;
|
||||
};
|
||||
|
||||
class ColorBoostParamsEdited {
|
||||
|
||||
public:
|
||||
@@ -342,6 +354,7 @@ class ParamsEdited {
|
||||
SharpeningParamsEdited sharpening;
|
||||
SharpenEdgeParamsEdited sharpenEdge;
|
||||
SharpenMicroParamsEdited sharpenMicro;
|
||||
VibranceParamsEdited vibrance;
|
||||
ColorBoostParamsEdited colorBoost;
|
||||
WBParamsEdited wb;
|
||||
ColorShiftParamsEdited colorShift;
|
||||
|
Reference in New Issue
Block a user