merge with dev
This commit is contained in:
@@ -426,6 +426,7 @@ struct ColorToningParams {
|
||||
* Lch :
|
||||
* RGBSliders :
|
||||
* RGBCurves :
|
||||
* LabGrid :
|
||||
*/
|
||||
Glib::ustring method;
|
||||
|
||||
@@ -449,6 +450,12 @@ struct ColorToningParams {
|
||||
double sathigh;
|
||||
bool lumamode;
|
||||
|
||||
double labgridALow;
|
||||
double labgridBLow;
|
||||
double labgridAHigh;
|
||||
double labgridBHigh;
|
||||
static const double LABGRID_CORR_MAX;
|
||||
|
||||
ColorToningParams();
|
||||
|
||||
bool operator ==(const ColorToningParams& other) const;
|
||||
|
Reference in New Issue
Block a user