A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/SVGComponentTransferFunctionElement below:

SVGComponentTransferFunctionElement - Web APIs | MDN

SVGComponentTransferFunctionElement

Baseline Widely available

The SVGComponentTransferFunctionElement interface represents a base interface used by the component transfer function interfaces.

EventTarget Node Element SVGElement SVGComponentTransferFunctionElement Instance properties

This interface also inherits properties from its parent interface, SVGElement.

SVGComponentTransferFunctionElement.type Read only

An 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

An SVGAnimatedNumberList corresponding to the tableValues attribute of the given element.

SVGComponentTransferFunctionElement.slope Read only

An SVGAnimatedNumber corresponding to the slope attribute of the given element.

SVGComponentTransferFunctionElement.intercept Read only

An SVGAnimatedNumber corresponding to the intercept attribute of the given element.

SVGComponentTransferFunctionElement.amplitude Read only

An SVGAnimatedNumber corresponding to the amplitude attribute of the given element.

SVGComponentTransferFunctionElement.exponent Read only

An SVGAnimatedNumber corresponding to the exponent attribute of the given element.

SVGComponentTransferFunctionElement.offset Read only

An SVGAnimatedNumber corresponding to the offset attribute of the given element.

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.

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.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4