Dart API Referencedart:htmlSVGFEDisplacementMapElement

SVGFEDisplacementMapElement Interface

The pixel value of an input image i2 is used to displace the original image i1.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Static Fields

Code final int SVG_CHANNEL_A #

static final int SVG_CHANNEL_A = 4;

Code final int SVG_CHANNEL_B #

static final int SVG_CHANNEL_B = 3;

Code final int SVG_CHANNEL_G #

static final int SVG_CHANNEL_G = 2;

Code final int SVG_CHANNEL_R #

static final int SVG_CHANNEL_R = 1;

Code final int SVG_CHANNEL_UNKNOWN #

static final int SVG_CHANNEL_UNKNOWN = 0;

Fields

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedString in2 #

final SVGAnimatedString in2;

Code final SVGAnimatedNumber scale #

final SVGAnimatedNumber scale;

Code final SVGAnimatedEnumeration xChannelSelector #

final SVGAnimatedEnumeration xChannelSelector;

Code final SVGAnimatedEnumeration yChannelSelector #

final SVGAnimatedEnumeration yChannelSelector;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.