SVGFEBlendElementBuilder class

SVGFEBlendElementBuilder class

Builder class for creating SVG ‘feBlend’ elements, used in SVG filters.

The SVGFEBlendElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEBlendElementBuilder

Methods

MethodDescription
in2Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.
in2Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.
build
build
modeSets the ‘mode’ attribute of the feBlend element, specifying the blending mode to be used.
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also