SVGFECompositeElement

Module:
svg
Inherits from:
Declared In:

Overview

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



Member Data

_operator
in1
in2
k1
k2
k3
k4
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
SVG_FECOMPOSITE_OPERATOR_ATOP
SVG_FECOMPOSITE_OPERATOR_IN
SVG_FECOMPOSITE_OPERATOR_OUT
SVG_FECOMPOSITE_OPERATOR_OVER
SVG_FECOMPOSITE_OPERATOR_UNKNOWN
SVG_FECOMPOSITE_OPERATOR_XOR

_operator


readonly attribute SVGAnimatedEnumeration _operator; 


in1


readonly attribute SVGAnimatedString in1; 


in2


readonly attribute SVGAnimatedString in2; 


k1


readonly attribute SVGAnimatedNumber k1; 


k2


readonly attribute SVGAnimatedNumber k2; 


k3


readonly attribute SVGAnimatedNumber k3; 


k4


readonly attribute SVGAnimatedNumber k4; 


SVG_FECOMPOSITE_OPERATOR_ARITHMETIC


const unsigned short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 


SVG_FECOMPOSITE_OPERATOR_ATOP


const unsigned short SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 


SVG_FECOMPOSITE_OPERATOR_IN


const unsigned short SVG_FECOMPOSITE_OPERATOR_IN = 2; 


SVG_FECOMPOSITE_OPERATOR_OUT


const unsigned short SVG_FECOMPOSITE_OPERATOR_OUT = 3; 


SVG_FECOMPOSITE_OPERATOR_OVER


const unsigned short SVG_FECOMPOSITE_OPERATOR_OVER = 1; 


SVG_FECOMPOSITE_OPERATOR_UNKNOWN


const unsigned short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; 


SVG_FECOMPOSITE_OPERATOR_XOR


const unsigned short SVG_FECOMPOSITE_OPERATOR_XOR = 5; 

 

Last Updated: 2009-05-29