Blur Op
Blur the pixels of an image
Summary (oneliner)
Blur the current state of an image compose
Full Name
- Ops.Gl.ImageCompose.Blur
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
render (Trigger)
Triggerthe op
amount (Number)
Amount of blur to apply
direction index (Number:integer )
Pick blur direction with an integer
direction (String)
Both, vertical or horizontal
Fast (Number:boolean )
Fast mode. Sacrifice blur quality for speed
mask (Object:texture)
Use a texture input black and white gradient to decide which pixels are blurred
OUTPUT PORTS
trigger (Trigger)
Trigger out
Patches using Blur
Changelog
rename | Ops.Gl.TextureEffects.Blur renamed to Ops.Gl.ImageCompose.Blur | pandur - 2023-12-06 10:37 |