]> git.sesse.net Git - kdenlive/blobdiff - src/colorplaneexport.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / colorplaneexport.h
index f4eeebdc1891083d232160ddaada02feac344c7c..024e4c9ab904639b1360471fda461b5bd200c518 100644 (file)
@@ -28,16 +28,15 @@ public:
     ColorPlaneExport(QWidget *parent = 0);
     ~ColorPlaneExport();
 
-    enum COLOR_EXPORT_MODE { CPE_YUV, CPE_YUV_Y, CPE_YUV_MOD, CPE_RGB_CURVE, CPE_YPbPr, CPE_HSV_HUESHIFT };
+    enum COLOR_EXPORT_MODE { CPE_YUV, CPE_YUV_Y, CPE_YUV_MOD, CPE_RGB_CURVE, CPE_YPbPr, CPE_HSV_HUESHIFT, CPE_HSV_SATURATION };
 
 private:
     ColorTools *m_colorTools;
     float m_scaling;
     float m_Y;
-    void enableSliderScaling(const bool &enable);
-    void enableSliderColor(const bool &enable);
-    void enableCbVariant(const bool &enable);
-
+    void enableSliderScaling(bool enable);
+    void enableSliderColor(bool enable);
+    void enableCbVariant(bool enable);
 
 private slots:
     void slotValidate();