Haxe API Documentation
Back | Index
extern class js.html.svg.FEBlendElement
extends Element
Available in js
The feBlend filter composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the mode attribute.

Documentation for this class was provided by MDN.
var in1(default,null) : AnimatedString
var in2(default,null) : AnimatedString
var mode(default,null) : AnimatedEnumeration
static inline var SVG_FEBLEND_MODE_DARKEN : Int
static inline var SVG_FEBLEND_MODE_LIGHTEN : Int
static inline var SVG_FEBLEND_MODE_MULTIPLY : Int
static inline var SVG_FEBLEND_MODE_NORMAL : Int
static inline var SVG_FEBLEND_MODE_SCREEN : Int
static inline var SVG_FEBLEND_MODE_UNKNOWN : Int
Back | Index