ThemeSequenceEditor(bpy_struct)¶
base class — bpy_struct
- class bpy.types.ThemeSequenceEditor(bpy_struct)¶
Theme settings for the Sequence Editor
- active_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- audio_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- color_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- draw_action¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- effect_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- frame_current¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- grid¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- image_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- mask_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- meta_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- metadatabg¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- metadatatext¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- movie_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- movieclip_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- preview_back¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- preview_range¶
Color of preview range overlay
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- row_alternate¶
Overlay color on every other row
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- scene_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- selected_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- space¶
Settings for space
- Type
ThemeSpaceGeneric, (readonly, never None)
- text_strip¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- time_marker_line¶
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- time_marker_line_selected¶
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- time_scrub_background¶
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- window_sliders¶
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References