Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheSVGComponentTransferFunctionElement 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.typeRead only

AnSVGAnimatedEnumeration corresponding to thetype attribute of the given element. It takes one of theSVG_FECOMPONENTTRANSFER_TYPE_* constants defined on this interface.

SVGComponentTransferFunctionElement.tableValuesRead only

AnSVGAnimatedNumberList corresponding to thetableValues attribute of the given element.

SVGComponentTransferFunctionElement.slopeRead only

AnSVGAnimatedNumber corresponding to theslope attribute of the given element.

SVGComponentTransferFunctionElement.interceptRead only

AnSVGAnimatedNumber corresponding to theintercept attribute of the given element.

SVGComponentTransferFunctionElement.amplitudeRead only

AnSVGAnimatedNumber corresponding to theamplitude attribute of the given element.

SVGComponentTransferFunctionElement.exponentRead only

AnSVGAnimatedNumber corresponding to theexponent attribute of the given element.

SVGComponentTransferFunctionElement.offsetRead only

AnSVGAnimatedNumber corresponding to theoffset 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 valueidentity.

SVG_FECOMPONENTTRANSFER_TYPE_TABLE (2)

Corresponds to the valuetable.

SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE (3)

Corresponds to the valuediscrete.

SVG_FECOMPONENTTRANSFER_TYPE_LINEAR (4)

Corresponds to the valuelinear.

SVG_FECOMPONENTTRANSFER_TYPE_GAMMA (5)

Corresponds to the valuegamma.

Specifications

Specification
Filter Effects Module Level 1
# InterfaceSVGComponentTransferFunctionElement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp