SVGFEBlendElement

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

in1
in2
mode
SVG_FEBLEND_MODE_DARKEN
SVG_FEBLEND_MODE_LIGHTEN
SVG_FEBLEND_MODE_MULTIPLY
SVG_FEBLEND_MODE_NORMAL
SVG_FEBLEND_MODE_SCREEN
SVG_FEBLEND_MODE_UNKNOWN

in1


readonly attribute SVGAnimatedString in1; 


in2


readonly attribute SVGAnimatedString in2; 


mode


readonly attribute SVGAnimatedEnumeration mode; 


SVG_FEBLEND_MODE_DARKEN


const unsigned short SVG_FEBLEND_MODE_DARKEN = 4; 


SVG_FEBLEND_MODE_LIGHTEN


const unsigned short SVG_FEBLEND_MODE_LIGHTEN = 5; 


SVG_FEBLEND_MODE_MULTIPLY


const unsigned short SVG_FEBLEND_MODE_MULTIPLY = 2; 


SVG_FEBLEND_MODE_NORMAL


const unsigned short SVG_FEBLEND_MODE_NORMAL = 1; 


SVG_FEBLEND_MODE_SCREEN


const unsigned short SVG_FEBLEND_MODE_SCREEN = 3; 


SVG_FEBLEND_MODE_UNKNOWN


const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0; 

 

Last Updated: 2009-05-29