GaussianBlur QML Type
A two-pass gaussian blur effect. More...
Import Statement: | import QtQuick3D.Effects 1.15 |
Properties
- amount : real
Detailed Description
The GaussianBlur effect is simple to use and understand. It blurs all objects in the scene evenly. To keep the effect performant, large blur amount produces a mosaic result instead of smooth blurriness.
Property Documentation
amount : real
The strength of the blur. Sensible values are in the range [0...10]
. 2
by default.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick3d-effects-gaussianblur.html