Firefox Tomorrow

web api interface

SVGFEColorMatrixElement

View on MDN ↗

The SVGFEColorMatrixElement interface corresponds to the <feColorMatrix> element.

Instance properties

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

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 value matrix.
  • SVG_FECOLORMATRIX_TYPE_SATURATE (2)
    • : Corresponds to the value saturate.
  • SVG_FECOLORMATRIX_TYPE_HUEROTATE (3)
    • : Corresponds to the value hueRotate.
  • SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA (4)
    • : Corresponds to the value luminanceToAlpha.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also