| Module: | |
| 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
const unsigned short SVG_FEBLEND_MODE_DARKEN = 4;
const unsigned short SVG_FEBLEND_MODE_LIGHTEN = 5;
const unsigned short SVG_FEBLEND_MODE_MULTIPLY = 2;
const unsigned short SVG_FEBLEND_MODE_NORMAL = 1;
const unsigned short SVG_FEBLEND_MODE_SCREEN = 3;
const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0;
Last Updated: 2009-05-29