Local adjustments - Colorappearance Cam16 - Source Data Adjustments - levels R G B and Black & White (#7071)

* Change management viewing temperature and tint

* Enable autotemp wbcamchanged and hide history message

* Change wbcamchnaged as proposed by kaesa

* First step levels

* Levels with luminosity mode

* History messages

* Clean and comment code

* Gamutmap xyz levels values

* Change range slope R G B

* Change range slope R G B

* Harmonize case Slope and Levels

* Harmonize case Slope and Levels 2

* Check Scale Yb viewing

* Small change

* Checbox black and white in source data adjustments

* Change tooltip avoid color shift issue 7066

* modify appimage.yml and windows.yml

* Fixed bad primaries space in free

* Fixed bwcie only in advanced mode
This commit is contained in:
Desmis
2024-05-12 07:33:48 +02:00
committed by GitHub
parent eba3fac411
commit 18d69a6af6
16 changed files with 567 additions and 35 deletions

View File

@@ -1663,11 +1663,14 @@ struct LocallabParams {
bool comprcieauto;
bool normcie;
bool gamutcie;
bool bwcie;
bool sigcie;
bool logcie;
bool satcie;
bool logcieq;
bool smoothcie;
bool smoothcieyb;
bool smoothcielum;
bool logjz;
bool sigjz;
bool sigq;
@@ -1734,6 +1737,9 @@ struct LocallabParams {
double gamjcie;
double slopjcie;
double slopesmo;
double slopesmor;
double slopesmog;
double slopesmob;
int midtcie;
double grexl;
double greyl;