Update background with luma and chroma ref for L C curves Color and Light
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user