Dart API Referencedart:htmlSVGFEConvolveMatrixElement

SVGFEConvolveMatrixElement Interface

The filter modifies a pixel by means of a convolution matrix, that also takes neighboring pixels into account.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Static Fields

Code final int SVG_EDGEMODE_DUPLICATE #

static final int SVG_EDGEMODE_DUPLICATE = 1;

Code final int SVG_EDGEMODE_NONE #

static final int SVG_EDGEMODE_NONE = 3;

Code final int SVG_EDGEMODE_UNKNOWN #

static final int SVG_EDGEMODE_UNKNOWN = 0;

Code final int SVG_EDGEMODE_WRAP #

static final int SVG_EDGEMODE_WRAP = 2;

Fields

Code final SVGAnimatedNumber bias #

final SVGAnimatedNumber bias;

Code final SVGAnimatedNumber divisor #

final SVGAnimatedNumber divisor;

Code final SVGAnimatedEnumeration edgeMode #

final SVGAnimatedEnumeration edgeMode;

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedNumberList kernelMatrix #

final SVGAnimatedNumberList kernelMatrix;

Code final SVGAnimatedNumber kernelUnitLengthX #

final SVGAnimatedNumber kernelUnitLengthX;

Code final SVGAnimatedNumber kernelUnitLengthY #

final SVGAnimatedNumber kernelUnitLengthY;

Code final SVGAnimatedInteger orderX #

final SVGAnimatedInteger orderX;

Code final SVGAnimatedInteger orderY #

final SVGAnimatedInteger orderY;

Code final SVGAnimatedBoolean preserveAlpha #

final SVGAnimatedBoolean preserveAlpha;

Code final SVGAnimatedInteger targetX #

final SVGAnimatedInteger targetX;

Code final SVGAnimatedInteger targetY #

final SVGAnimatedInteger targetY;

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.