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
| Name | Description | 
|---|---|
| SVGFEColorMatrixElementBuilder() | The default constructor. | 
Properties
| Name | Description | 
|---|---|
| Configurations { get; } | 
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
- class SVGElementBuilder<T>
- class SVGFEColorMatrixElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IFilterPrimitiveInAttributeSetter
- interface IPresentationAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG