The SVGComponentTransferFunctionElement
interface defines a base interface used by the component transfer function interfaces.
Name | Value | Description |
---|---|---|
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN | 0 | The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type. |
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY | 1 | Corresponds to the value identity . |
SVG_FECOMPONENTTRANSFER_TYPE_TABLE | 2 | Corresponds to the value table . |
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE | 3 | Corresponds to the value discrete . |
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR | 4 | Corresponds to the value linear . |
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA | 5 | Corresponds to the value gamma . |
This interface also inherits properties from its parent interface, SVGElement
.
SVGComponentTransferFunctionElement.type
Read only
SVGAnimatedEnumeration
corresponding to the type
attribute of the given element. It takes one of the SVG_FECOMPONENTTRANSFER_TYPE_*
constants defined on this interface.SVGComponentTransferFunctionElement.tableValues
Read only
SVGAnimatedNumberList
corresponding to the tableValues
attribute of the given element.SVGComponentTransferFunctionElement.slope
Read only
SVGAnimatedNumber
corresponding to the slope
attribute of the given element.SVGComponentTransferFunctionElement.intercept
Read only
SVGAnimatedNumber
corresponding to the intercept
attribute of the given element.SVGComponentTransferFunctionElement.amplitude
Read only
SVGAnimatedNumber
corresponding to the amplitude
attribute of the given element.SVGComponentTransferFunctionElement.exponent
Read only
SVGAnimatedNumber
corresponding to the exponent
attribute of the given element.SVGComponentTransferFunctionElement.offset
Read only
SVGAnimatedNumber
corresponding to the offset
attribute of the given element.This interface does not provide any specific methods, but implements those of its parent, SVGElement
.
Specification | Status | Comment |
---|---|---|
Filter Effects Module Level 1 The definition of 'SVGComponentTransferFunctionElement' in that specification. | Working Draft | No change |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'SVGComponentTransferFunctionElement' in that specification. | Recommendation | Initial definition |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | ? | ? | ? | ? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | ? | ? | ? | ? | ? | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGComponentTransferFunctionElement