feBlend | R Documentation |
This filter composites two objects together using commonly used imaging software blending modes. It performs a pixel-wise combination of two input images.
feBlend(input1 = NA, input2 = NA,
mode = c("normal", "multiply", "screen", "darken", "lighten"),
...)
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 |
For more information about this primitive, consult the reference to the SVG specification.
An fe.blend
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feBlendElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.