aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/BrightnessContrast.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-06-16 16:30:15 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-06-24 13:42:30 +0000
commit22dc3a8207cd10a78eefb56fee5ac95d18e02867 (patch)
tree4f183a2fc4ec02cd2e7e738971e3341c63729515 /src/effects/BrightnessContrast.qml
parentf0923628a93dbd430b01172556c3b2a7901c3d24 (diff)
Document that the effects need OpenGL
Change-Id: Ie42ce93850475c036b2bb4e1fa9068c597317c48 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/effects/BrightnessContrast.qml')
-rw-r--r--src/effects/BrightnessContrast.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/BrightnessContrast.qml b/src/effects/BrightnessContrast.qml
index f948235..8b2b04a 100644
--- a/src/effects/BrightnessContrast.qml
+++ b/src/effects/BrightnessContrast.qml
@@ -63,6 +63,8 @@ import QtGraphicalEffects.private 1.0
\li \image BrightnessContrast_bug.png
\endtable
+ \note This effect is available when running with OpenGL.
+
\section1 Example
The following example shows how to apply the effect.