FEBlendElement
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:
Static variables
staticinlineread onlySVG_FEBLEND_MODE_COLOR:Int = 15
staticinlineread onlySVG_FEBLEND_MODE_COLOR_BURN:Int = 8
staticinlineread onlySVG_FEBLEND_MODE_COLOR_DODGE:Int = 7
staticinlineread onlySVG_FEBLEND_MODE_DARKEN:Int = 4
staticinlineread onlySVG_FEBLEND_MODE_DIFFERENCE:Int = 11
staticinlineread onlySVG_FEBLEND_MODE_EXCLUSION:Int = 12
staticinlineread onlySVG_FEBLEND_MODE_HARD_LIGHT:Int = 9
staticinlineread onlySVG_FEBLEND_MODE_HUE:Int = 13
staticinlineread onlySVG_FEBLEND_MODE_LIGHTEN:Int = 5
staticinlineread onlySVG_FEBLEND_MODE_LUMINOSITY:Int = 16
staticinlineread onlySVG_FEBLEND_MODE_MULTIPLY:Int = 2
staticinlineread onlySVG_FEBLEND_MODE_NORMAL:Int = 1
staticinlineread onlySVG_FEBLEND_MODE_OVERLAY:Int = 6
staticinlineread onlySVG_FEBLEND_MODE_SATURATION:Int = 14
staticinlineread onlySVG_FEBLEND_MODE_SCREEN:Int = 3
staticinlineread onlySVG_FEBLEND_MODE_SOFT_LIGHT:Int = 10
staticinlineread onlySVG_FEBLEND_MODE_UNKNOWN:Int = 0
Variables
read onlyheight:AnimatedLength
read onlyin1:AnimatedString
An SVGAnimatedString
corresponding to the in
attribute of the given element.
read onlyin2:AnimatedString
An SVGAnimatedString
corresponding to the in2
attribute of the given element.
read onlymode:AnimatedEnumeration
An 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:AnimatedString
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/FEBlendElement.html