FilterInput enumeration

FilterInput enumeration

Specifies predefined input images for an SVG filter.

The FilterInput type exposes the following members:

Fields

FieldDescription
SOURCE_GRAPHICRefers to the graphic element to which the filter is applied.
SOURCE_ALPHARefers to the alpha channel of the graphic element to which the filter is applied.
BACKGROUND_IMAGERefers to the background image that lies directly beneath the graphic element to which the filter is applied.
BACKGROUND_ALPHARefers to the alpha channel of the background image that lies directly beneath the graphic element to which the filter is applied.
FILL_PAINTRefers to the fill paint of the graphic element to which the filter is applied.
STROKE_PAINTRefers to the stroke paint of the graphic element to which the filter is applied.

See Also