Simple grey world white balance

This commit is contained in:
2022-12-20 22:27:15 +01:00
parent 66e13529be
commit 5cc8fdd83d
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ class ImageWidget : public QOpenGLWidget
float m_range;
float m_dx, m_dy;
float m_scale;
float m_whiteBalance[3];
bool m_blockRepaint;
bool m_bwImg;
bool m_invert;