FilterInput Enum

FilterInput enumeration

Specifies predefined input images for an SVG filter.

public enum FilterInput

Values

NameValueDescription
SourceGraphic0Refers to the graphic element to which the filter is applied.
SourceAlpha1Refers to the alpha channel of the graphic element to which the filter is applied.
BackgroundImage2Refers to the background image that lies directly beneath the graphic element to which the filter is applied.
BackgroundAlpha3Refers to the alpha channel of the background image that lies directly beneath the graphic element to which the filter is applied.
FillPaint4Refers to the fill paint of the graphic element to which the filter is applied.
StrokePaint5Refers to the stroke paint of the graphic element to which the filter is applied.

See Also