Gaussian Blur¶
A post-processing effect that applies a smooth, gradual blur to an image using a Gaussian distribution. Gaussian blur creates a smooth, gradual softening effect by averaging pixel values according to a bell-curved weighting function.
Color Grading properties¶
Property |
Type |
Range |
Description |
|---|---|---|---|
Effect Strength |
Float |
0 - 1 |
Controls the overall intensity of the post-processing effect. |
Blur Radius |
Float |
0 - 1 |
Controls the size/distance of the blur effect. Higher values create a more pronounced blur. |
Use Radius Texture |
Boolean |
When enabled, applies the blur based on the Radius Texture mask. |
|
Radius Texture |
Texture |
A grayscale texture that controls where the blur effect is applied. White areas receive maximum blur, black areas receive no blur. |