SVGFEBlendElement 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) |
| in2 | SVGAnimatedString | (read only) |
| mode | SVGAnimatedEnumeration | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| getPresentationAttribute() | CSSValue | [from SVGStylable] |
Constants
| name | object | value | description |
|---|---|---|---|
| SVG_FEBLEND_MODE_UNKNOWN | SVGFEBlendElement | 0 | |
| SVG_FEBLEND_MODE_NORMAL | SVGFEBlendElement | 1 | |
| SVG_FEBLEND_MODE_MULTIPLY | SVGFEBlendElement | 2 | |
| SVG_FEBLEND_MODE_SCREEN | SVGFEBlendElement | 3 | |
| SVG_FEBLEND_MODE_DARKEN | SVGFEBlendElement | 4 | |
| SVG_FEBLEND_MODE_LIGHTEN | SVGFEBlendElement | 5 |