]> git.sesse.net Git - kdenlive/blobdiff - src/colorcorrection/rgbparadegenerator.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / colorcorrection / rgbparadegenerator.h
index 50b98c9117467f989f418b9969d84f8cb34b3b8f..80c9c4892d833a2832e3e860cb7df9d50d52446c 100644 (file)
@@ -19,15 +19,18 @@ class QSize;
 class RGBParadeGenerator : public QObject
 {
 public:
-    enum PaintMode { PaintMode_RGB, PaintMode_RGB2 };
+    enum PaintMode { PaintMode_RGB, PaintMode_White };
 
     RGBParadeGenerator();
     QImage calculateRGBParade(const QSize &paradeSize, const QImage &image, const RGBParadeGenerator::PaintMode paintMode,
-                              const bool &drawAxis, const bool &drawGradientRef, const uint &accelFactor = 1);
+                              bool drawAxis, bool drawGradientRef, uint accelFactor = 1);
 
     static const QColor colHighlight;
     static const QColor colLight;
     static const QColor colSoft;
+
+    static const uchar distRight;
+    static const uchar distBottom;
 };
 
 #endif // RGBPARADEGENERATOR_H