package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFEBlendElement interface corresponds to the feBlend element.
Documentation SVGFEBlendElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlySVG_FEBLEND_MODE_COLOR:Int = 15staticinlineread onlySVG_FEBLEND_MODE_COLOR_BURN:Int = 8staticinlineread onlySVG_FEBLEND_MODE_COLOR_DODGE:Int = 7staticinlineread onlySVG_FEBLEND_MODE_DARKEN:Int = 4staticinlineread onlySVG_FEBLEND_MODE_DIFFERENCE:Int = 11staticinlineread onlySVG_FEBLEND_MODE_EXCLUSION:Int = 12staticinlineread onlySVG_FEBLEND_MODE_HARD_LIGHT:Int = 9staticinlineread onlySVG_FEBLEND_MODE_HUE:Int = 13staticinlineread onlySVG_FEBLEND_MODE_LIGHTEN:Int = 5staticinlineread onlySVG_FEBLEND_MODE_LUMINOSITY:Int = 16staticinlineread onlySVG_FEBLEND_MODE_MULTIPLY:Int = 2staticinlineread onlySVG_FEBLEND_MODE_NORMAL:Int = 1staticinlineread onlySVG_FEBLEND_MODE_OVERLAY:Int = 6staticinlineread onlySVG_FEBLEND_MODE_SATURATION:Int = 14staticinlineread onlySVG_FEBLEND_MODE_SCREEN:Int = 3staticinlineread onlySVG_FEBLEND_MODE_SOFT_LIGHT:Int = 10staticinlineread onlySVG_FEBLEND_MODE_UNKNOWN:Int = 0read onlyheight:AnimatedLengthread onlyin1:AnimatedStringAn SVGAnimatedString corresponding to the in attribute of the given element.
read onlyin2:AnimatedStringAn SVGAnimatedString corresponding to the in2 attribute of the given element.
read onlymode:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the mode attribute of the given element. It takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.
read onlyresult:AnimatedStringread onlywidth:AnimatedLengthread onlyx:AnimatedLengthread onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEBlendElement.html