FilterValueListBuilder class

FilterValueListBuilder class

A builder class for creating a list of filter functions for SVG elements.

The FilterValueListBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of FilterValueListBuilder

Methods

MethodDescription
filter_idAdds a filter by its ID.
blurAdds a blur filter.
brightnessAdds a brightness filter.
contrastAdds a contrast filter.
drop_shadowAdds a drop shadow filter.
grayscaleAdds a grayscale filter.
hue_rotateAdds a hue-rotate filter.
invertAdds an invert filter.
opacityAdds an opacity filter.
sepiaAdds a sepia filter.
saturateAdds a saturate filter.
buildBuilds the final string representing the combined filter functions.

See Also