SVGBuilderExtensions.Exponent

SVGBuilderExtensions.Exponent<TBuilder> method

Sets the ’exponent’ attribute for a component transfer function element.

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

Return Value

The builder instance for chaining.

See Also