SVGFEComponentTransferElementBuilder.WithFeFuncA

SVGFEComponentTransferElementBuilder.WithFeFuncA method

Configures the ‘feFuncA’ component transfer function for the alpha channel.

public SVGFEComponentTransferElementBuilder WithFeFuncA(Action<SVGFEFuncAElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the SVGFEFuncAElementBuilder.

Return Value

The current builder instance.

See Also