files/en-us/web/api/svgfeblendelement/index.md
{{APIRef("SVG")}}
The SVGFEBlendElement interface corresponds to the {{SVGElement("feBlend")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_FEBLEND_MODE_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_FEBLEND_MODE_UNKNOWN (0)
SVG_FEBLEND_MODE_NORMAL (1)
normal.SVG_FEBLEND_MODE_MULTIPLY (2)
multiply.SVG_FEBLEND_MODE_SCREEN (3)
screen.SVG_FEBLEND_MODE_DARKEN (4)
darken.SVG_FEBLEND_MODE_LIGHTEN (5)
lighten.{{Specifications}}
{{Compat}}