ThemeImageEditor(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.ThemeImageEditor(bpy_struct)¶ Theme settings for the Image Editor
-
edge_select¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
editmesh_active¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
face¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
face_back¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
face_dot¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
face_front¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
face_select¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
facedot_size¶ - Type
int in [1, 10], default 0
-
frame_current¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
freestyle_face_mark¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
handle_align¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_auto¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_auto_clamped¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_free¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_sel_align¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_sel_auto¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_sel_auto_clamped¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_sel_free¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_vertex¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_vertex_select¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
handle_vertex_size¶ - Type
int in [1, 100], default 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)
-
paint_curve_handle¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
paint_curve_pivot¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_active¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_edge¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_face¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_stitchable¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_unstitchable¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
preview_stitch_vert¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
scope_back¶ - 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)
-
uv_others¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
uv_shadow¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
vertex¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
vertex_bevel¶ - Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
vertex_select¶ - Type
float array 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
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
wire_edit¶ - 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