edge_mode method

edge_mode

Sets the ’edgeMode’ attribute of the feConvolveMatrix element.

Returns

The current builder instance.

def edge_mode(self, mode):
    ...
ParameterTypeDescription
modeEdgeModeThe edge mode for the convolution (e.g., duplicate, wrap, none).

See Also