Table of Contents

Class SvgComposite

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feComposite")]
public class SvgComposite : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgComposite
Implements
Inherited Members
Extension Methods

Properties

Input2

public string Input2 { get; set; }

Property Value

string

K1

public float K1 { get; set; }

Property Value

float

K2

public float K2 { get; set; }

Property Value

float

K3

public float K3 { get; set; }

Property Value

float

K4

public float K4 { get; set; }

Property Value

float

Operator

public SvgCompositeOperator Operator { get; set; }

Property Value

SvgCompositeOperator

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer