feDisplacementMap | R Documentation |
This filter primitive uses the pixels values from the image from
input2
to spatially displace the image from input1
.
feDisplacementMap(input1 = NA, input2 = NA,
scale = 0,
xChannelSelector = c("A", "R", "G", "B"),
yChannelSelector = c("A", "R", "G", "B"),
...)
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 |
For more information about this primitive, consult the reference to the SVG specification.
An fe.displacement.map
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feDisplacementMapElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.