Skip to content

SolidSource

SolidSource dataclass

SolidSource(alpha_mode: AlphaMode, conform_frame_rate: int, field_separation_type: FieldSeparationType, has_alpha: bool, high_quality_field_separation: bool, invert_alpha: bool, is_still: bool, loop: int, premul_color: list[float], color: list[float])

Bases: FootageSource

Solid source.

Corresponds to After Effects SolidSource object. See: https://ae-scripting.docsforadobe.dev/sources/solidsource/

Attributes:

Name Type Description
color list[float]

The solid color (RGBA).

is_solid property

is_solid: bool

Whether this is a solid source.