Local adjustments - set method Avoid Gamut to Munsell - better processing of highlights and gamut (#6965)

* Avoidgamumethod set to Munsell-only

* Set appimage.yml and windows.yml to la_gamutmunsell

* Remove procparams conversion XYZ absolute tu Munsell only

* Neutralize appimage.yml and windows.yml
This commit is contained in:
Desmis
2024-03-09 07:36:46 +01:00
committed by GitHub
parent 103bc9fa1d
commit 96a48c6334
3 changed files with 6 additions and 5 deletions

View File

@@ -407,7 +407,7 @@ ControlSpotPanel::ControlSpotPanel():
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTXYZABSO"));
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTXYZRELA"));
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTMUNSELL"));
avoidgamutMethod_->set_active(2);
avoidgamutMethod_->set_active(4);
avoidgamutconn_ = avoidgamutMethod_->signal_changed().connect(
sigc::mem_fun(
*this, &ControlSpotPanel::avoidgamutMethodChanged));