movis.effect.blur.Glow#
- class movis.effect.blur.Glow(radius: float, strength: float = 1.0)[source]#
Glow effect.
It applies Gaussian blur to the input image and adds it to the original with the specified strength.
- Args:
- radius:
Radius of Gaussian kernel.
- strength:
Strength of the glow effect.
- Animatable Attributes:
radius
strength
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.