Skip to content

高斯模糊 (Gaussian Blur)

⚠️ 此文档由代码自动生成,请勿手动编辑。 最近测试时间:2026-03-07 20:20:21

使用多 pass 模糊实现平滑的高斯模糊效果,支持超出原始边界的发光扩散。

支持状态: ❌ 不支持

  • 模糊强度 (strength): ✅ 已实现 (模糊强度像素值)

关联测试文件:

  • effects/gaussian-blur/basic.amproj ⏭️

技术细节与实现

XML 示例

xml
<effect id="com.alightcreative.effects.gaussianblur">
    <property name="strength" type="float" value="0.0" />
</effect>

Released under the MIT License.