The returned filter primitive blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.
1 | fegaussianblur(`in`, stdDeviation, edgeMode, result, collapse = "\n")
|
in |
expression specifying the input to the filter primitive. |
stdDeviation |
expression defining the standard deviation for the blur operation. |
edgeMode |
expression with possible
values |
result |
expression naming the output. |
collapse |
see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.