ThemeGraphEditor(bpy_struct)¶

base class — bpy_struct

class bpy.types.ThemeGraphEditor(bpy_struct)¶

Theme settings for the graph editor

active_channels_group¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

channel_group¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

channels_region¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

dopesheet_channel¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

dopesheet_subchannel¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

frame_current¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

grid¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_align¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_auto¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_auto_clamped¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_free¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_align¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_auto¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_auto_clamped¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_free¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_vect¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vect¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex_select¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex_size¶
Type:

int in [1, 100], default 0

lastsel_point¶
Type:

mathutils.Color 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)

space¶

Settings for space

Type:

ThemeSpaceGeneric, (readonly, never None)

space_list¶

Settings for space list

Type:

ThemeSpaceListGeneric, (readonly, never None)

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)

vertex¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

vertex_active¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

vertex_bevel¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

vertex_select¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

vertex_size¶
Type:

int in [1, 32], default 0

vertex_unreferenced¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

window_sliders¶
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

classmethod bl_rna_get_subclass(id, default=None)¶
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)¶
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties¶

Inherited Functions¶

References¶