Vignette QML Type
A vignette effect. More...
Import Statement: | import QtQuick3D.Effects 1.15 |
Properties
- vignetteColor : vector3d
- vignetteRadius : real
- vignetteStrength : real
Detailed Description
Property Documentation
The color to use for the vignetting. Qt.vector3d(0.5, 0.5, 0.5)
by default.