merge with dev

This commit is contained in:
Desmis
2018-01-14 12:26:00 +01:00
28 changed files with 869 additions and 283 deletions

View File

@@ -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;