SVGFEConvolveMatrixElementBuilder.PreserveAlpha
SVGFEConvolveMatrixElementBuilder.PreserveAlpha method
Sets the ‘preserveAlpha’ attribute of the feConvolveMatrix element.
public SVGFEConvolveMatrixElementBuilder PreserveAlpha(bool value)
Parameter | Type | Description |
---|---|---|
value | Boolean | Indicates whether to preserve the alpha channel of the input graphic. |
Return Value
The current builder instance.
See Also
- class SVGFEConvolveMatrixElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG