ThemeImageEditor(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeImageEditor(bpy_struct)

Theme settings for the Image Editor

edge_select
Type:

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

edge_width
Type:

int in [1, 32], default 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_dot
Type:

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

face_mode_select
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

grid
Type:

float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)

metadatabg
Type:

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

metadatatext
Type:

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

space_region

Settings for space region

Type:

ThemeSpaceRegionGeneric, (readonly, never None)

uv_shadow
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_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

wire_edit
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