Vignette QML Type

A vignette effect. 更多...

import 语句: import QtQuick3D.Effects 6.7
状态: Deprecated since 6.5

This type is deprecated since QtQuick3D.Effects 6.5. We strongly advise against using it in new code.

特性

详细描述

使用 ExtendedSceneEnvironment 代替。

警告: All pre-made standalone effects in QtQuick3D .Effects are considered deprecated starting with Qt 6.5. To apply a vignette effect to the 3D scene, use ExtendedSceneEnvironment 代替。

特性文档编制

vignetteColor : vector3d

Sets the color to use for the vignetting. The default value is Qt.vector3d(0.5, 0.5, 0.5) .

vignetteRadius : real

Specifies the size of the vignetting. The range is [0...5] 。默认值为 0.35 .

vignetteStrength : real

Specifies the strength of the vignetting. The range is [0...15] 。默认值为 15 .

内容