Enum FilterInput
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies predefined input images for an SVG filter.
[ComVisible(true)]
public enum FilterInput
Fields
BackgroundAlpha = 3
Refers to the alpha channel of the background image that lies directly beneath the graphic element to which the filter is applied.
BackgroundImage = 2
Refers to the background image that lies directly beneath the graphic element to which the filter is applied.
FillPaint = 4
Refers to the fill paint of the graphic element to which the filter is applied.
SourceAlpha = 1
Refers to the alpha channel of the graphic element to which the filter is applied.
SourceGraphic = 0
Refers to the graphic element to which the filter is applied.
StrokePaint = 5
Refers to the stroke paint of the graphic element to which the filter is applied.