SVGFEColorMatrixElement in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| className | SVGAnimatedString | (read only) [from SVGStylable] |
| x | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| y | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| width | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| height | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| result | SVGAnimatedString | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| in1 | SVGAnimatedString | (read only) |
| type | SVGAnimatedEnumeration | (read only) |
| values | SVGAnimatedNumberList | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| getPresentationAttribute() | CSSValue | [from SVGStylable] |
Constants
| name | object | value | description |
|---|---|---|---|
| SVG_FECOLORMATRIX_TYPE_UNKNOWN | SVGFEColorMatrixElement | 0 | |
| SVG_FECOLORMATRIX_TYPE_MATRIX | SVGFEColorMatrixElement | 1 | |
| SVG_FECOLORMATRIX_TYPE_SATURATE | SVGFEColorMatrixElement | 2 | |
| SVG_FECOLORMATRIX_TYPE_HUEROTATE | SVGFEColorMatrixElement | 3 | |
| SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA | SVGFEColorMatrixElement | 4 |