ICM - Abstract profile - Added reset button (#6243)

* Added reset button

* Added black and white to reset

* Reenable tooltip Retinex

* Reset illuminant to default
This commit is contained in:
Desmis
2021-05-18 07:53:45 +02:00
committed by GitHub
parent 21020f18c2
commit be3579e933
3 changed files with 47 additions and 0 deletions

View File

@@ -65,7 +65,9 @@ protected:
Gtk::Label* blr;
Gtk::Label* blg;
Gtk::Label* blb;
Gtk::Button* neutral;
sigc::connection neutralconn;
bool lastToneCurve;
sigc::connection tcurveconn;
bool lastApplyLookTable;
@@ -185,6 +187,7 @@ public:
void adjusterChanged(Adjuster* a, double newval) override;
void primChanged (float rx, float ry, float bx, float by, float gx, float gy) override;
void iprimChanged (float r_x, float r_y, float b_x, float b_y, float g_x, float g_y, float w_x, float w_y) override;
void neutral_pressed();
void wpChanged();
void wtrcinChanged();