Changes to Exposure tab. Exposure controls (blackpoint, brightness, contrast, S/H compression) are now implemented with NURBS curves. Brightness bug seems fixed as a consequence. Luminance tone curve has been expanded to separate curves for L,a,b; saturation slider has been added, but at the moment saturation limiting has not been implemented in the modified tool.
This commit is contained in:
@@ -43,7 +43,10 @@ class LCurveParamsEdited {
|
||||
public:
|
||||
bool brightness;
|
||||
bool contrast;
|
||||
bool curve;
|
||||
bool saturation;
|
||||
bool lcurve;
|
||||
bool acurve;
|
||||
bool bcurve;
|
||||
};
|
||||
|
||||
class SharpeningParamsEdited {
|
||||
@@ -264,7 +267,7 @@ class ParamsEdited {
|
||||
|
||||
public:
|
||||
ToneCurveParamsEdited toneCurve;
|
||||
LCurveParamsEdited lumaCurve;
|
||||
LCurveParamsEdited labCurve;
|
||||
SharpeningParamsEdited sharpening;
|
||||
ColorBoostParamsEdited colorBoost;
|
||||
WBParamsEdited wb;
|
||||
|
Reference in New Issue
Block a user