]> git.sesse.net Git - movit/blobdiff - lift_gamma_gain_effect.h
Move saturation out into its own effect, and hook up the control.
[movit] / lift_gamma_gain_effect.h
index 097195583264764189283efda1bbc5d3cdf73f81..622493491f79c865729542e97dc4eca08efe69a3 100644 (file)
@@ -12,7 +12,6 @@ public:
 
 private:
        RGBTriplet lift, gamma, gain;
-       float saturation;
 };
 
 #endif // !defined(_LIFT_GAMMA_GAIN_EFFECT_H)