Apply a blur along two diagonals in the input image, similarly to Diagonal Blur which applies it along a single diagonal.
The effect duplicates the image twice and shifts all four images towards the opposing ends of both diagonals whose angles can be modified.
The name is derived from the Hatching technique in graphic design.
Properties
Width
: Amount of shift between the two images. Values are meant to be close to 0 to keep the image perceptible. Higher values (>0.5) will give a very strong effect but the original images will be mostly unrecognizable.
Default : 0.05
Angle
: Angle of the diagonal used for the blur.
Default : 0.0
Quality
: Quality of the blur. Choices are : Low, Mid, High or Best.
Default : HIGH
Inputs
Name | Type | Description |
---|---|---|
Image | Image | Image input on which to draw the effect |
Width | Float | Amount of shift to produce the blur |
Angle | Float | Angle of the diagonal along which the blur occurs |
Outputs
Name | Type | Description |
---|---|---|
Image | Image | Image output of the effect |
Example
In this example :
Width
: Animated with an LFO between 0 and 0.4Angle
: 6
Need more help with this?
Don’t hesitate to contact us here.