Blur 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 : real

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


© 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.