W3cubDocs

/Haxe JavaScript

FEGaussianBlurElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

The SVGFEGaussianBlurElement interface corresponds to the feGaussianBlur element.

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

See also:

Variables

read onlyheight:AnimatedLength

read onlyin1:AnimatedString

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

read onlyresult:AnimatedString

read onlystdDeviationX:AnimatedNumber

An SVGAnimatedNumber corresponding to the (possibly automatically computed) X component of the stdDeviation attribute of the given element.

read onlystdDeviationY:AnimatedNumber

An SVGAnimatedNumber corresponding to the (possibly automatically computed) Y component of the stdDeviation attribute of the given element.

read onlywidth:AnimatedLength

read onlyx:AnimatedLength

read onlyy:AnimatedLength

Methods

setStdDeviation(stdDeviationX:Float, stdDeviationY:Float):Void

Sets the values for the stdDeviation attribute.

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