Skip to content

Gaussian Blur

⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21

Multi-pass blur implementation for smooth Gaussian blur effect, supports glow expansion beyond original boundaries.

Support Status: ❌ Not Supported

  • Blur Strength (strength): ✅ Implemented (Blur strength in pixels)

Related Test Files:

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

Technical Details

XML Example

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

Released under the MIT License.