]> git.sesse.net Git - kdenlive/blobdiff - src/colortools.h
Use RGB plane as Curve Widget background:
[kdenlive] / src / colortools.h
index 1b2eb1a21d18d5841f41608602557a3a4e8b6d44..0afabe0bce56c422cac93fdca0b0daa449e2ee8e 100644 (file)
@@ -51,7 +51,7 @@ public:
       color defines the color to modify on the y axis. The other two components will be increased
       in equal terms (linear as well) on the x axis.
      */
-    QImage rgbCurvePlane(const QSize &size, const ColorTools::ColorsRGB &color);
+    static QImage rgbCurvePlane(const QSize &size, const ColorTools::ColorsRGB &color);
     /**
       @brief Draws a YPbPr plane with Pb on the x axis and Pr on the y axis.
       Y is the Y value to use.