]> git.sesse.net Git - kdenlive/blobdiff - src/colorcorrection/rgbparadegenerator.h
Const'ref
[kdenlive] / src / colorcorrection / rgbparadegenerator.h
index e37221037d05fdf309856e6811487a1830114acc..80c9c4892d833a2832e3e860cb7df9d50d52446c 100644 (file)
@@ -19,12 +19,18 @@ class QSize;
 class RGBParadeGenerator : public QObject
 {
 public:
+    enum PaintMode { PaintMode_RGB, PaintMode_White };
+
     RGBParadeGenerator();
-    QImage calculateRGBParade(const QSize &paradeSize, const QImage &image, const bool &drawAxis, const uint &accelFactor = 1);
+    QImage calculateRGBParade(const QSize &paradeSize, const QImage &image, const RGBParadeGenerator::PaintMode paintMode,
+                              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