Update background with luma and chroma ref for L C curves Color and Light

This commit is contained in:
Desmis
2020-07-15 11:38:03 +02:00
parent af0b83be81
commit 7ce4d0eb52
5 changed files with 75 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ public:
void pipetteDrag(EditDataProvider *provider, int modifierKey) override;
void showCoordinateAdjuster(CoordinateProvider *provider) override;
void stopNumericalAdjustment() override;
void updateLocallabBackground(CurveEditor* ce) override;
bool curveReset (CurveEditor *ce) override;
@@ -102,6 +103,7 @@ protected:
void storeCurveValues (CurveEditor* ce, const std::vector<double>& p) override;
void storeDisplayedCurve () override;
void restoreDisplayedHistogram () override;
void restoreLocallabBackground() override;
void savePressed ();
void loadPressed ();
void copyPressed ();