add method to Labgrid color correction

This commit is contained in:
Desmis
2019-02-23 14:34:17 +01:00
parent 2ee669ce2e
commit 7701a56e6c
10 changed files with 74 additions and 1 deletions

View File

@@ -198,6 +198,8 @@ private:
// Color & Light
MyComboBoxText* const qualitycurveMethod;
sigc::connection qualitycurveMethodConn;
MyComboBoxText* const gridMethod;
sigc::connection gridMethodConn;
MyComboBoxText* const showmaskcolMethod;
sigc::connection showmaskcolMethodConn;
//Exposure
@@ -271,6 +273,7 @@ private:
// ComboBox event functions
// Color & Light
void qualitycurveMethodChanged();
void gridMethodChanged();
void showmaskcolMethodChanged();
//Exposure
void showmaskexpMethodChanged();