Skip to content

Blur Filter

Blur Filter
Filters
Preserve Alpha
true
Radius
(1, 1)
Previous
null

Category Filters
Is Pair Node: No


The Blur Filter node applies a blur effect to the image. It can be used to create a softening effect or to reduce noise in the image. The blur effect is applied based on the specified radius, and it can preserve the alpha channel if desired. This node is useful for creating various visual effects in images and textures.


Type: Boolean
Default: true

If true, the alpha channel will be preserved during the blur operation. Meaning it will not be blurred.

Type: VecD
Default: (1, 1)

The radius of the blur effect. The larger the radius, the more blurred the image will be.

Type: Filter
Default: null

The previous filter in the chain. Previous filter will be applied first.


Type: Filter
Default: null

Filter that can be used to apply the blur effect. Use Apply Filter node to apply the filter or plug it directly to the layer.