web api interface
SVGComponentTransferFunctionElement
The SVGComponentTransferFunctionElement interface represents a base interface used by the component transfer function interfaces.
Instance properties
This interface also inherits properties from its parent interface, SVGElement.
typeRead only- : An
SVGAnimatedEnumerationcorresponding to thetypeattribute of the given element. It takes one of theSVG_FECOMPONENTTRANSFER_TYPE_*constants defined on this interface.
- : An
tableValuesRead only- : An
SVGAnimatedNumberListcorresponding to thetableValuesattribute of the given element.
- : An
slopeRead only- : An
SVGAnimatedNumbercorresponding to theslopeattribute of the given element.
- : An
interceptRead only- : An
SVGAnimatedNumbercorresponding to theinterceptattribute of the given element.
- : An
amplitudeRead only- : An
SVGAnimatedNumbercorresponding to theamplitudeattribute of the given element.
- : An
exponentRead only- : An
SVGAnimatedNumbercorresponding to theexponentattribute of the given element.
- : An
offsetRead only- : An
SVGAnimatedNumbercorresponding to theoffsetattribute of the given element.
- : An
Instance methods
This interface does not provide any specific methods, but implements those of its parent, SVGElement.
Static properties
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.
- : Corresponds to the value
SVG_FECOMPONENTTRANSFER_TYPE_TABLE(2)- : Corresponds to the value
table.
- : Corresponds to the value
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE(3)- : Corresponds to the value
discrete.
- : Corresponds to the value
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR(4)- : Corresponds to the value
linear.
- : Corresponds to the value
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA(5)- : Corresponds to the value
gamma.
- : Corresponds to the value
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.