files/en-us/web/api/svgfedisplacementmapelement/index.md
{{APIRef("SVG")}}
The SVGFEDisplacementMapElement interface corresponds to the {{SVGElement("feDisplacementMap")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_CHANNEL_* constants defined on this interface.SVG_CHANNEL_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_CHANNEL_UNKNOWN (0)
SVG_CHANNEL_R (1)
R.SVG_CHANNEL_G (2)
G.SVG_CHANNEL_B (3)
B.SVG_CHANNEL_A (4)
A.{{Specifications}}
{{Compat}}