SVGBuilderExtensions.ColorInterpolationFilters

SVGBuilderExtensions.ColorInterpolationFilters<TBuilder> method

Sets the ‘color-interpolation-filters’ attribute for an SVG element.

public static TBuilder ColorInterpolationFilters<TBuilder>(this TBuilder builder, 
    ColorInterpolation value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe predefined color interpolation value for filters to set.

Return Value

The builder instance for chaining.

See Also