This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

feDisplacementMap

Overview Table

DOM Interface
SVGElement

Examples


View live example

Syntax

Standards information

Members

The SVGFEDisplacementMapElement object has these properties:

  • height: Gets or sets the height of an element.
  • in1: Identifies input for the given filter primitive.
  • in2: The second input image to the blending operation.
  • result: Provides a reference for the output result of a filter.
  • width: Defines the width of an element.
  • x: Gets or sets the x-coordinate value.
  • xChannelSelector: Specifies which color channel (R/G/B/A) from image 2 to use for the x displacement property with a FEDisplacementMap element.
  • y: Gets or sets the y-coordinate value.
  • yChannelSelector: Specifies which color channel (R/G/B/A) from image 2 to use for the y displacement property with a FEDisplacementMap element.

See also

Related articles

Filters

Related pages

Attributions