GlowSequence(EffectSequence)¶
base classes — bpy_struct
, Sequence
, EffectSequence
-
class
bpy.types.
GlowSequence
(EffectSequence)¶ Sequence strip creating a glow effect
-
blur_radius
¶ Radius of glow effect
Type: float in [0.5, 20], default 0.0
-
boost_factor
¶ Brightness multiplier
Type: float in [0, 10], default 0.0
-
clamp
¶ Brightness limit of intensity
Type: float in [0, 1], default 0.0
-
input_count
¶ Type: int in [0, inf], default 0, (readonly)
-
quality
¶ Accuracy of the blur effect
Type: int in [1, 5], default 0
-
threshold
¶ Minimum intensity to trigger a glow
Type: float in [0, 1], default 0.0
-
use_only_boost
¶ Show the glow buffer only
Type: boolean, default False
-
Inherited Properties
Inherited Functions