movis.effect.blur.GaussianBlur#

class movis.effect.blur.GaussianBlur(radius: float)[source]#

Gaussian blur effect.

It applies Gaussian blur to the input image.

Note

The resolution of the output image is greater than that of the input image to preserve the blurring of the edges.

Args:
radius:

Radius of Gaussian kernel.

Animatable Attributes:

radius

Methods

get_key(time: float) tuple[Hashable, ...]#

Returns a tuple of hashable values that represent the state of the instance at a given time.

Attributes

attributes

A dictionary of attributes that are used to generate cache keys.