feBlend: Blend two objects together.

Description Usage Arguments Details Value Author(s) References See Also

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

1
2
3
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.

Details

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

Value

An fe.blend object.

Author(s)

Simon Potter

References

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

See Also

filterEffect, fe.


sachsmc/gridSVG documentation built on May 29, 2019, 12:44 p.m.