GaussianBlur QML Type

双通道高斯模糊效果。更多

Import Statement: import QtQuick3D.Effects 6.9
Status: Deprecated since 6.5

自 QtQuick3D.Effects 6.5 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。

属性

详细说明

请使用MultiEffect 代替。

警告: 从 Qt 6.5 开始,QtQuick3D.Effects 中的所有预制独立特效都将被视为弃用。要执行模糊效果,请在View3D 项(或其父项)上使用Qt QuickMultiEffect

高斯模糊(GaussianBlur)特效会均匀模糊场景中的所有对象。为了保持效果的可执行性,较大的模糊amount 不会产生完全平滑的模糊效果,而是会产生马赛克效果。

属性文档

amount : real

模糊的强度。合理值范围为[0...10] 。默认值为2


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.