shadows/highlights: added colorspace selection (RGB or L*a*b*)
This commit is contained in:
@@ -32,6 +32,9 @@ protected:
|
||||
Adjuster* shadows;
|
||||
Adjuster* s_tonalwidth;
|
||||
Adjuster* radius;
|
||||
MyComboBoxText *colorspace;
|
||||
|
||||
rtengine::ProcEvent EvSHColorspace;
|
||||
|
||||
public:
|
||||
|
||||
@@ -47,6 +50,8 @@ public:
|
||||
|
||||
void setAdjusterBehavior (bool hadd, bool sadd);
|
||||
void trimValues (rtengine::procparams::ProcParams* pp);
|
||||
|
||||
void colorspaceChanged();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user