add_blur_effect method

add_blur_effect

Adds the new Blur effect to the end of a collection.

Returns

Index of the new image effect in a collection.

def add_blur_effect(self, radius, grow):
    ...
ParameterTypeDescription
radiusfloatThe radius of blur.
growboolSpecifies whether the bounds of the object should be grown as a result of the blurring.

True indicates the bounds are grown while false indicates that they are not.

See Also