bias method

bias

Sets the ‘bias’ attribute of the feConvolveMatrix element.

Returns

The current builder instance.

def bias(self, bias):
    ...
ParameterTypeDescription
biasfloatThe bias to be added to the result of the convolution.

See Also