SVGBuilderExtensions.Amplitude

SVGBuilderExtensions.Amplitude<TBuilder> method

Sets the ‘amplitude’ attribute for a component transfer function element.

public static TBuilder Amplitude<TBuilder>(this TBuilder builder, double amplitude)
    where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
amplitudeThe amplitude value for the transfer function.

Return Value

The builder instance for chaining.

See Also