package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFETurbulenceElement interface corresponds to the feTurbulence element.
Documentation SVGFETurbulenceElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlySVG_STITCHTYPE_NOSTITCH:Int = 2staticinlineread onlySVG_STITCHTYPE_STITCH:Int = 1staticinlineread onlySVG_STITCHTYPE_UNKNOWN:Int = 0staticinlineread onlySVG_TURBULENCE_TYPE_FRACTALNOISE:Int = 1staticinlineread onlySVG_TURBULENCE_TYPE_TURBULENCE:Int = 2staticinlineread onlySVG_TURBULENCE_TYPE_UNKNOWN:Int = 0read onlybaseFrequencyX:AnimatedNumberAn SVGAnimatedNumber corresponding to the X component of the baseFrequency attribute of the given element.
read onlybaseFrequencyY:AnimatedNumberAn SVGAnimatedNumber corresponding to the Y component of the baseFrequency attribute of the given element.
read onlyheight:AnimatedLengthread onlynumOctaves:AnimatedIntegerAn SVGAnimatedInteger corresponding to the numOctaves attribute of the given element.
read onlyresult:AnimatedStringread onlyseed:AnimatedNumberAn SVGAnimatedNumber corresponding to the seed attribute of the given element.
read onlystitchTiles:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the stitchTiles attribute of the given element. It takes one of the SVG_STITCHTYPE_* constants defined on this interface.
read onlytype:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the type attribute of the given element. It takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.
read onlywidth:AnimatedLengthread onlyx:AnimatedLengthread onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FETurbulenceElement.html