mode method

mode

Sets the ‘mode’ attribute of the feBlend element, specifying the blending mode to be used.

Returns

The current builder instance.

def mode(self, mode):
    ...
ParameterTypeDescription
modeBlendModeThe BlendMode enum value representing the blending mode.

See Also