SVGFEComponentTransferElementBuilder.WithFeFuncB

SVGFEComponentTransferElementBuilder.WithFeFuncB method

Configures the ‘feFuncB’ component transfer function for the blue channel.

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

Return Value

The current builder instance.

See Also