W3cubDocs

/Haxe JavaScript

FEColorMatrixElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

The SVGFEColorMatrixElement interface corresponds to the feColorMatrix element.

Documentation SVGFEColorMatrixElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Static variables

staticinlineread onlySVG_FECOLORMATRIX_TYPE_HUEROTATE:Int = 3

staticinlineread onlySVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA:Int = 4

staticinlineread onlySVG_FECOLORMATRIX_TYPE_MATRIX:Int = 1

staticinlineread onlySVG_FECOLORMATRIX_TYPE_SATURATE:Int = 2

staticinlineread onlySVG_FECOLORMATRIX_TYPE_UNKNOWN:Int = 0

Variables

read onlyheight:AnimatedLength

read onlyin1:AnimatedString

An SVGAnimatedString corresponding to the in attribute of the given element.

read onlyresult:AnimatedString

read onlytype:AnimatedEnumeration

An SVGAnimatedEnumeration corresponding to the type attribute of the given element. It takes one of the SVG_FECOLORMATRIX_TYPE_* constants defined on this interface.

read onlyvalues:AnimatedNumberList

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

read onlywidth:AnimatedLength

read onlyx:AnimatedLength

read onlyy:AnimatedLength

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEColorMatrixElement.html