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
Properties
Methods
Name | Description |
---|
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