Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGFEColorMatrixElement

SVGFEColorMatrixElement

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⁩.

TheSVGFEColorMatrixElement interface corresponds to the<feColorMatrix> element.

EventTarget Node Element SVGElement SVGFEColorMatrixElement

Instance properties

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

SVGFEColorMatrixElement.heightRead only

AnSVGAnimatedLength corresponding to theheight attribute of the given element.

SVGFEColorMatrixElement.in1Read only

AnSVGAnimatedString corresponding to thein attribute of the given element.

SVGFEColorMatrixElement.resultRead only

AnSVGAnimatedString corresponding to theresult attribute of the given element.

SVGFEColorMatrixElement.typeRead only

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

SVGFEColorMatrixElement.valuesRead only

AnSVGAnimatedNumberList corresponding to thevalues attribute of the given element.

SVGFEColorMatrixElement.widthRead only

AnSVGAnimatedLength corresponding to thewidth attribute of the given element.

SVGFEColorMatrixElement.xRead only

AnSVGAnimatedLength corresponding to thex attribute of the given element.

SVGFEColorMatrixElement.yRead only

AnSVGAnimatedLength corresponding to they 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_FECOLORMATRIX_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_FECOLORMATRIX_TYPE_MATRIX (1)

Corresponds to the valuematrix.

SVG_FECOLORMATRIX_TYPE_SATURATE (2)

Corresponds to the valuesaturate.

SVG_FECOLORMATRIX_TYPE_HUEROTATE (3)

Corresponds to the valuehueRotate.

SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA (4)

Corresponds to the valueluminanceToAlpha.

Specifications

Specification
Filter Effects Module Level 1
# InterfaceSVGFEColorMatrixElement

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp