From 718d2ec554185f91db8e57e6ece14c7cf1b4caef Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Mon, 27 May 2019 14:17:13 +0200 Subject: Doc: add caveat about high spread values in Glow Task-number: QTBUG-74834 Change-Id: I4940bb5ace7ef7a36428ef4e3ff72b81f5391575 Reviewed-by: Venugopal Shivashankar --- src/effects/Glow.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/effects/Glow.qml b/src/effects/Glow.qml index ad00571..39e69a3 100644 --- a/src/effects/Glow.qml +++ b/src/effects/Glow.qml @@ -177,6 +177,10 @@ Item { The values range from 0.0 to 1.0. By default, the property is set to \c 0.5. + \note The implementation is optimized for medium and low spread values. + Depending on the source, spread values closer to 1.0 may yield visually + asymmetrical results. + \table \header \li Output examples with different spread values -- cgit v1.2.3