Shape Blur
Blur image using another image as blur map.
Node Data | |
---|---|
FilterArray | |
Display name | |
Shape Blur | |
Internal name | |
Node_Blur_Shape | |
Inheritances | |
node | |
node_processor | |
node_blur_shape | |
Inputs | |
node_blur_shape | |
surface |
Surface In |
surface |
Blur Shape |
surface |
Blur Mask |
surface |
Mask |
float |
Mix |
bool |
Active |
toggle |
Channel |
enum |
Mode |
bool |
Gamma Correction |
Outputs | |
node_blur_shape | |
surface |
Surface Out |
Blur shape node blur image using shape map. For each pixel, it place the shape map in the middle and calculate weighted convolution of the shape map and the pixel. The result is then used as the final pixel color.
Properties
Mode
Blur mode, there're 2 modes available: blur and maximum.
- Blur calculate weighted average of the convolution.
- Maximum find brightness pixel in the convolution.
Blur Shape
Shape map to be used for blurring.
Blur Mask
Extra surface use for scaling blur effect.