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

@@ -62,6 +62,7 @@ protected:
int activeParam;
unsigned int* bghist; // histogram values
bool bghistvalid;
double locallabRef; // Locallab reference value to display in the background
void draw (int handle);
void interpolate ();
@@ -91,6 +92,7 @@ public:
bool pipetteButton1Pressed(EditDataProvider *provider, int modifierKey) override;
void pipetteButton1Released(EditDataProvider *provider) override;
void pipetteDrag(EditDataProvider *provider, int modifierKey) override;
void updateLocallabBackground(double ref);
void setPos(double pos, int chanIdx) override;
void stopNumericalAdjustment() override;