feDisplacementMap {gridSVG} | R Documentation |
Displace pixel values from a filter input.
Description
This filter primitive uses the pixels values from the image from
input2
to spatially displace the image from input1
.
Usage
feDisplacementMap(input1 = NA, input2 = NA,
scale = 0,
xChannelSelector = c("A", "R", "G", "B"),
yChannelSelector = c("A", "R", "G", "B"),
...)
Arguments
input1 |
Identifies an input for this filter primtive. See
|
input2 |
Identfies a second input for this filter primitive. See
|
scale |
Displacement scale factor. The amount is expressed in the coordinate
system established by attribute |
xChannelSelector |
Indicates which channel from |
yChannelSelector |
Indicates which channel from |
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.displacement.map
object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feDisplacementMapElement