package js.html.svg
extends Element › DOMElement › Node › EventTarget
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:
staticinlineread onlySVG_FECOLORMATRIX_TYPE_HUEROTATE:Int = 3staticinlineread onlySVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA:Int = 4staticinlineread onlySVG_FECOLORMATRIX_TYPE_MATRIX:Int = 1staticinlineread onlySVG_FECOLORMATRIX_TYPE_SATURATE:Int = 2staticinlineread onlySVG_FECOLORMATRIX_TYPE_UNKNOWN:Int = 0read onlyheight:AnimatedLengthread onlyin1:AnimatedStringAn SVGAnimatedString corresponding to the in attribute of the given element.
read onlyresult:AnimatedStringread onlytype:AnimatedEnumerationAn 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:AnimatedNumberListAn SVGAnimatedNumberList corresponding to the values attribute of the given element.
read onlywidth:AnimatedLengthread onlyx:AnimatedLengthread onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEColorMatrixElement.html