SVGBuilderExtensions.ColorInterpolation

SVGBuilderExtensions.ColorInterpolation<TBuilder> method

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

public static TBuilder ColorInterpolation<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 to set.

Return Value

The builder instance for chaining.

See Also