Add rgb curve to color and light

This commit is contained in:
Desmis
2019-11-05 12:09:07 +01:00
parent 033d9fe02a
commit 34851ead73
16 changed files with 246 additions and 11 deletions

View File

@@ -73,12 +73,14 @@ private:
// Color & Light
CurveEditorGroup* const llCurveEditorG;
CurveEditorGroup* const HCurveEditorG;
CurveEditorGroup* const rgbCurveEditorG;
CurveEditorGroup* const maskCurveEditorG;
CurveEditorGroup* const mask2CurveEditorG;
CurveEditorGroup* const mask2CurveEditorGwav;
DiagonalCurveEditor* Lmaskshape;
DiagonalCurveEditor* llshape;
DiagonalCurveEditor* ccshape;
DiagonalCurveEditor* rgbshape;
FlatCurveEditor* LHshape;
FlatCurveEditor* HHshape;
FlatCurveEditor* CCmaskshape;
@@ -392,6 +394,8 @@ private:
sigc::connection qualitycurveMethodConn;
MyComboBoxText* const gridMethod;
sigc::connection gridMethodConn;
MyComboBoxText* const toneMethod;
sigc::connection toneMethodConn;
MyComboBoxText* const showmaskcolMethod;
sigc::connection showmaskcolMethodConn;
MyComboBoxText* const showmaskcolMethodinv;
@@ -549,6 +553,7 @@ private:
// Color & Light
void qualitycurveMethodChanged();
void gridMethodChanged();
void toneMethodChanged();
void showmaskcolMethodChanged();
void showmaskcolMethodChangedinv();
void mergecolMethodChanged();