package js.html.svg
extends Element › DOMElement › Node › EventTarget
extended by FEFuncAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement
Available on js
The SVGComponentTransferFunctionElement interface defines a base interface used by the component transfer function interfaces.
Documentation SVGComponentTransferFunctionElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_DISCRETE:Int = 3staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_GAMMA:Int = 5staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_IDENTITY:Int = 1staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_LINEAR:Int = 4staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_TABLE:Int = 2staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN:Int = 0read onlyamplitude:AnimatedNumberAn SVGAnimatedNumber corresponding to the amplitude attribute of the given element.
read onlyexponent:AnimatedNumberAn SVGAnimatedNumber corresponding to the exponent attribute of the given element.
read onlyintercept:AnimatedNumberAn SVGAnimatedNumber corresponding to the intercept attribute of the given element.
read onlyoffset:AnimatedNumberAn SVGAnimatedNumber corresponding to the offset attribute of the given element.
read onlyslope:AnimatedNumberAn SVGAnimatedNumber corresponding to the slope attribute of the given element.
read onlytableValues:AnimatedNumberListAn SVGAnimatedNumberList corresponding to the tableValues attribute of the given element.
read onlytype:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the type attribute of the given element. It takes one of the SVG_FECOMPONENTTRANSFER_TYPE_* constants defined on this interface.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/ComponentTransferFunctionElement.html