feBlend {gridSVG} | R Documentation |
Blend two objects together.
Description
This filter composites two objects together using commonly used imaging software blending modes. It performs a pixel-wise combination of two input images.
Usage
feBlend(input1 = NA, input2 = NA,
mode = c("normal", "multiply", "screen", "darken", "lighten"),
...)
Arguments
input1 |
Identifies an input for this filter primtive. See
|
input2 |
Identfies a second input for this filter primitive. See
|
mode |
An image blending mode. |
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.blend
object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feBlendElement
See Also
[Package gridSVG version 1.7-5 Index]