SVGFEComponentTransferElementBuilder.WithFeFuncG

SVGFEComponentTransferElementBuilder.WithFeFuncG method

Configures the ‘feFuncG’ component transfer function for the green channel.

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

Return Value

The current builder instance.

See Also