SVGFEComponentTransferElementBuilder.WithFeFuncR

SVGFEComponentTransferElementBuilder.WithFeFuncR method

Configures the ‘feFuncR’ component transfer function for the red channel.

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

Return Value

The current builder instance.

See Also