Revert "Generalized Hyperbolic Stretch in Selective Editing (#7210)" (#7250)

This reverts commit 16db6186dd.
This commit is contained in:
Desmis
2024-11-14 10:29:29 +01:00
committed by GitHub
parent 16db6186dd
commit 691fe80896
33 changed files with 255 additions and 2765 deletions

View File

@@ -134,10 +134,6 @@ private:
std::vector<locallabcieLC> cie_lc;
std::vector<locallabshGHS> sh_ghs;
std::vector<locallabshGHSbw> sh_ghsbw;
std::vector<locallabsetLC> set_lc;
std::vector<locallabcieSIG> cie_sig;
@@ -180,12 +176,6 @@ public:
// Locallab CIE tool primaries function
void cieChanged(const std::vector<locallabcieLC> &cielc, int selspot) override;
// Locallab SH GHS tool Curve S GHS function
void ghsChanged(const std::vector<locallabshGHS> &shghs, int selspot) override;
// Locallab SH GHS tool Black point & White point GHS function
void ghsbwChanged(const std::vector<locallabshGHSbw> &shghsbw, int selspot) override;
// Locallab Log Encoding and Cam16 autocompute function
void ciebefChanged(const std::vector<locallabcieBEF> &ciebef, int selspot) override;