Mac OS X Reference Library Apple Developer
Search

SVGFECompositeElement

Overview

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



Member Data

in1
in2
k1
k2
k3
k4
operator
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

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; 

operator



readonly attribute SVGAnimatedEnumeration operator; 

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27