feBlend: Blend two objects together.

View source: R/filters.R

feBlendR 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 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

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

See Also

filterEffect, fe.


gridSVG documentation built on March 31, 2023, 11:17 p.m.