Another changes repartition confirmed normal

This commit is contained in:
Desmis
2019-11-28 09:22:43 +01:00
parent d645dc5951
commit ae21edf255
9 changed files with 107 additions and 10 deletions

View File

@@ -76,6 +76,7 @@ private:
// Curve widgets
// Color & Light
CurveEditorGroup* const llCurveEditorG;
CurveEditorGroup* const clCurveEditorG;
CurveEditorGroup* const HCurveEditorG;
CurveEditorGroup* const H2CurveEditorG;
CurveEditorGroup* const rgbCurveEditorG;
@@ -86,6 +87,8 @@ private:
DiagonalCurveEditor* const Lmaskshape;
DiagonalCurveEditor* const llshape;
DiagonalCurveEditor* const ccshape;
DiagonalCurveEditor* const clshape;
DiagonalCurveEditor* const lcshape;
MyComboBoxText* const toneMethod;//put here to use toneMethod in rgbshape
DiagonalCurveEditor* const rgbshape;
FlatCurveEditor* const LHshape;