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 = 2
staticinlineread onlySVG_STITCHTYPE_STITCH:Int = 1
staticinlineread onlySVG_STITCHTYPE_UNKNOWN:Int = 0
staticinlineread onlySVG_TURBULENCE_TYPE_FRACTALNOISE:Int = 1
staticinlineread onlySVG_TURBULENCE_TYPE_TURBULENCE:Int = 2
staticinlineread onlySVG_TURBULENCE_TYPE_UNKNOWN:Int = 0
read onlybaseFrequencyX:AnimatedNumber
An SVGAnimatedNumber
corresponding to the X component of the baseFrequency
attribute of the given element.
read onlybaseFrequencyY:AnimatedNumber
An SVGAnimatedNumber
corresponding to the Y component of the baseFrequency
attribute of the given element.
read onlyheight:AnimatedLength
read onlynumOctaves:AnimatedInteger
An SVGAnimatedInteger
corresponding to the numOctaves
attribute of the given element.
read onlyresult:AnimatedString
read onlyseed:AnimatedNumber
An SVGAnimatedNumber
corresponding to the seed
attribute of the given element.
read onlystitchTiles:AnimatedEnumeration
An SVGAnimatedEnumeration
corresponding to the stitchTiles
attribute of the given element. It takes one of the SVG_STITCHTYPE_*
constants defined on this interface.
read onlytype:AnimatedEnumeration
An 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:AnimatedLength
read onlyx:AnimatedLength
read onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FETurbulenceElement.html