summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/effects.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/effects.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/effects.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/noncore/styles/liquid/effects.h b/noncore/styles/liquid/effects.h
new file mode 100644
index 0000000..23c3f0a
--- a/dev/null
+++ b/noncore/styles/liquid/effects.h
@@ -0,0 +1,20 @@
+#ifndef __EFFECTS_H__
+#define __EFFECTS_H__
+
+class QImage;
+class QPixmap;
+class QColor;
+
+class QImageEffect {
+public:
+ static QImage &fade ( QImage &, float, const QColor & );
+};
+
+class QPixmapEffect {
+public:
+ static QPixmap &fade ( QPixmap &, float, const QColor & );
+};
+
+
+#endif
+