Learn R Programming

gridSVG (version 1.4-2)

feBlend: 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 filterInputs.
input2
Identfies a second input for this filter primitive. See filterInputs.
mode
An image blending mode.
...
Further arguments to be passed onto fe.

Value

  • An fe.blend object.

Details

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

References

http://www.w3.org/TR/SVG/filters.html#feBlendElement

See Also

filterEffect, fe.