SVGFEColorMatrixElementBuilder Class

SVGFEColorMatrixElementBuilder class

Builder class for creating SVG ‘feColorMatrix’ elements, used in SVG filters.

public class SVGFEColorMatrixElementBuilder : SVGElementBuilder<SVGFEColorMatrixElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter

Constructors

NameDescription
SVGFEColorMatrixElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feColorMatrix element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEColorMatrixElement)
BuildElement(Document)
TypeAndValues(ColorMatrixOperation, params double[])Sets the ’type’ and ‘values’ attributes of the feColorMatrix element, specifying the color matrix operation and its parameters.

See Also