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 = 3
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_GAMMA:Int = 5
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_IDENTITY:Int = 1
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_LINEAR:Int = 4
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_TABLE:Int = 2
staticinlineread onlySVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN:Int = 0
read onlyamplitude:AnimatedNumber
An SVGAnimatedNumber
corresponding to the amplitude
attribute of the given element.
read onlyexponent:AnimatedNumber
An SVGAnimatedNumber
corresponding to the exponent
attribute of the given element.
read onlyintercept:AnimatedNumber
An SVGAnimatedNumber
corresponding to the intercept
attribute of the given element.
read onlyoffset:AnimatedNumber
An SVGAnimatedNumber
corresponding to the offset
attribute of the given element.
read onlyslope:AnimatedNumber
An SVGAnimatedNumber
corresponding to the slope
attribute of the given element.
read onlytableValues:AnimatedNumberList
An SVGAnimatedNumberList
corresponding to the tableValues
attribute of the given element.
read onlytype:AnimatedEnumeration
An 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