SVGFEConvolveMatrixElementBuilder.Bias

SVGFEConvolveMatrixElementBuilder.Bias method

Sets the ‘bias’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder Bias(double bias)
ParameterTypeDescription
biasDoubleThe bias to be added to the result of the convolution.

Return Value

The current builder instance.

See Also