Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The SVGComponentTransferFunctionElement interface represents a base interface used by the component transfer function interfaces.
EventTarget Node Element SVGElement SVGComponentTransferFunctionElementThis interface also inherits properties from its parent interface, SVGElement.
SVGComponentTransferFunctionElement.type Read onlyAn 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 onlyAn SVGAnimatedNumberList corresponding to the tableValues attribute of the given element.
SVGComponentTransferFunctionElement.slope Read onlyAn SVGAnimatedNumber corresponding to the slope attribute of the given element.
SVGComponentTransferFunctionElement.intercept Read onlyAn SVGAnimatedNumber corresponding to the intercept attribute of the given element.
SVGComponentTransferFunctionElement.amplitude Read onlyAn SVGAnimatedNumber corresponding to the amplitude attribute of the given element.
SVGComponentTransferFunctionElement.exponent Read onlyAn SVGAnimatedNumber corresponding to the exponent attribute of the given element.
SVGComponentTransferFunctionElement.offset Read onlyAn 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.
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.
| Filter Effects Module Level 1 # InterfaceSVGComponentTransferFunctionElement |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 2, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.