W3cubDocs

/Haxe JavaScript

FEConvolveMatrixElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

The SVGFEConvolveMatrixElement interface corresponds to the feConvolveMatrix element.

Documentation SVGFEConvolveMatrixElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Static variables

staticinlineread onlySVG_EDGEMODE_DUPLICATE:Int = 1

staticinlineread onlySVG_EDGEMODE_NONE:Int = 3

staticinlineread onlySVG_EDGEMODE_UNKNOWN:Int = 0

staticinlineread onlySVG_EDGEMODE_WRAP:Int = 2

Variables

read onlybias:AnimatedNumber

An SVGAnimatedNumber corresponding to the bias attribute of the given element.

read onlydivisor:AnimatedNumber

An SVGAnimatedNumber corresponding to the divisor attribute of the given element.

read onlyedgeMode:AnimatedEnumeration

An SVGAnimatedEnumeration corresponding to the edgeMode attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.

read onlyheight:AnimatedLength

read onlyin1:AnimatedString

An SVGAnimatedString corresponding to the in attribute of the given element.

read onlykernelMatrix:AnimatedNumberList

An SVGAnimatedNumberList corresponding to the kernelMatrix attribute of the given element.

read onlykernelUnitLengthX:AnimatedNumber

An SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.

read onlykernelUnitLengthY:AnimatedNumber

An SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.

read onlyorderX:AnimatedInteger

An SVGAnimatedInteger corresponding to the order attribute of the given element.

read onlyorderY:AnimatedInteger

An SVGAnimatedInteger corresponding to the order attribute of the given element.

read onlypreserveAlpha:AnimatedBoolean

An SVGAnimatedBoolean corresponding to the preserveAlpha attribute of the given element.

read onlyresult:AnimatedString

read onlytargetX:AnimatedInteger

An SVGAnimatedInteger corresponding to the targetX attribute of the given element.

read onlytargetY:AnimatedInteger

An SVGAnimatedInteger corresponding to the targetY attribute of the given element.

read onlywidth:AnimatedLength

read onlyx:AnimatedLength

read onlyy:AnimatedLength

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEConvolveMatrixElement.html