ColorGroup.get_clips_in_timeline#
- ColorGroup.get_clips_in_timeline(timeline: Timeline) List[TimelineItem] [source]#
Returns a list of TimelineItem that are in colorGroup in the given Timeline.
- Parameters:
timeline (Timeline) – Timeline is Current Timeline by default.
- Returns:
a list of TimelineItem that are in colorGroup in the given Timeline.
- Return type:
List[TimelineItem]