| Module: | |
| 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
const unsigned short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
const unsigned short SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
const unsigned short SVG_FECOMPOSITE_OPERATOR_IN = 2;
const unsigned short SVG_FECOMPOSITE_OPERATOR_OUT = 3;
const unsigned short SVG_FECOMPOSITE_OPERATOR_OVER = 1;
const unsigned short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0;
const unsigned short SVG_FECOMPOSITE_OPERATOR_XOR = 5;
Last Updated: 2009-05-29