Table of Contents

Class SvgFEBlendElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This filter blends two objects together using commonly used imaging software blending modes. It performs a pixel-wise combination of two input images.

public sealed class SvgFEBlendElement : SvgFilterPrimitiveStandardAttributes, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgFEBlendElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgFilterPrimitiveStandardAttributes, ISvgStylable
Inheritance
SvgFEBlendElement
Implements
Inherited Members

Constructors

SvgFEBlendElement(string, string, string, SvgDocument)

Properties

In
In1

Corresponds to attribute in on the given feBlend element.

In2

Corresponds to attribute in2 on the given feBlend element.

Mode

One of the blend modes defined by 'Compositing and Blending Level 1' with the input in representing the source Cs and the second input in2 representing the backdrop Cb. The output of this filter primitive Cm is the result of blending Cs with Cb.