feBlend element | SVGFEBlendElement object
Composites two objects together using commonly used imaging software blending modes. This method performs a pixel-wise combination of two input images.
![]() ![]() |
Syntax
<feBlend mode="normal" in2="BackgroundImage" in="SourceGraphic"/>
DOM Information
Inheritance Hierarchy
Node
Element
SVGElement
SVGFEBlendElement
Members
The SVGFEBlendElement object has these types of members:
Properties
The SVGFEBlendElement object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Gets or sets the height of an element. | ||
| Read-only |
Identifies input for the given filter primitive. | |
| Read-only |
The second input image to the blending operation. | |
| Read-only |
Specifies a value that indicates one of the image-blending modes. | |
| Read-only |
Provides a reference for the output result of a filter. | |
|
Defines the width of an element. | ||
|
Gets or sets the x-coordinate value. | ||
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.3
See also
Show:

