feGaussianBlur: Apply a Gaussian blur to an image.

View source: R/filters.R

feGaussianBlurR Documentation

Apply a Gaussian blur to an image.

Description

This filter effect primitive performs a Gaussian blur on the input image.

Usage

feGaussianBlur(input = NA, sd = 0, ...)

Arguments

input

Identifies an input for this filter primtive. See filterInputs.

sd

The value of sd can be a numeric vector with either one or two elements. If two numbers are provided, the first number represents a standard deviation value along the x-axis of the current coordinate system and the second value represents a standard deviation in Y. If one number is provided, then that value is used for both X and Y.

...

Further arguments to be passed onto fe.

Details

For more information about this primitive, consult the reference to the SVG specification.

Value

An fe.gaussian.blur object.

Author(s)

Simon Potter

References

https://www.w3.org/TR/SVG/filters.html#feGaussianBlurElement

See Also

filterEffect, fe.


gridSVG documentation built on March 31, 2023, 11:17 p.m.