preserve_alpha method

preserve_alpha

Sets the ‘preserveAlpha’ attribute of the feConvolveMatrix element.

Returns

The current builder instance.

def preserve_alpha(self, value):
    ...
ParameterTypeDescription
valueboolIndicates whether to preserve the alpha channel of the input graphic.

See Also