Ciecam - Change management viewing temperature and tint #7055 (#7058)

* Change management viewing temperature and tint

* Enable autotemp wbcamchanged and hide history message

* Change wbcamchnaged as proposed by kaesa
This commit is contained in:
Desmis
2024-05-01 07:49:14 +02:00
committed by GitHub
parent 95f85d50f5
commit a53ddf4282
4 changed files with 26 additions and 8 deletions

View File

@@ -372,7 +372,7 @@ public :
virtual void autoCamChanged(double ccam, double ccamout) = 0;
virtual void adapCamChanged(double cadap) = 0;
virtual void ybCamChanged(int yb) = 0;
virtual void wbCamChanged(double tem, double tin) = 0;
virtual void wbCamChanged(double tem, double tin, bool autotemp) = 0;
};