KHTML
Go to the documentation of this file.
25 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
30 enum SVGBlendModeType {
31 SVG_FEBLEND_MODE_UNKNOWN = 0,
32 SVG_FEBLEND_MODE_NORMAL = 1,
33 SVG_FEBLEND_MODE_MULTIPLY = 2,
34 SVG_FEBLEND_MODE_SCREEN = 3,
35 SVG_FEBLEND_MODE_DARKEN = 4,
36 SVG_FEBLEND_MODE_LIGHTEN = 5
39 class SVGFEBlend :
public SVGFilterEffect {
41 SVGFEBlend(SVGResourceFilter*);
44 void setIn2(
const String&);
46 SVGBlendModeType blendMode()
const;
47 void setBlendMode(SVGBlendModeType);
49 virtual TextStream& externalRepresentation(TextStream&)
const;
52 virtual CIFilter* getCIFilter(
const FloatRect& bbox)
const;
56 SVGBlendModeType m_mode;
62 #endif // ENABLE(SVG) && ENABLE(SVG_FILTERS)
64 #endif // SVGFEBlend_h
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.