Fixed some bugs and some changes

This commit is contained in:
Desmis
2017-11-02 13:19:16 +01:00
parent a3525e2080
commit 53ba84f699
14 changed files with 210 additions and 56 deletions

View File

@@ -350,8 +350,9 @@ protected:
LUTf huerefs;
LUTf chromarefs;
LUTf lumarefs;
LUTf sobelrefs;
double huer, chromar, lumar;
double huer, chromar, lumar, sobeler;
void startProcessing ();
void process ();
float colourToningSatLimit;