Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 190 Lines • ▼ Show 20 Lines | typedef struct ThemeUI { | ||||
| /** Object items. */ | /** Object items. */ | ||||
| char icon_object[4]; | char icon_object[4]; | ||||
| /** Object data items. */ | /** Object data items. */ | ||||
| char icon_object_data[4]; | char icon_object_data[4]; | ||||
| /** Modifier and constraint items. */ | /** Modifier and constraint items. */ | ||||
| char icon_modifier[4]; | char icon_modifier[4]; | ||||
| /** Shading related items. */ | /** Shading related items. */ | ||||
| char icon_shading[4]; | char icon_shading[4]; | ||||
| /** Intensity of the border icons. >0 will render an border around themed | |||||
| char _pad1[4]; | * icons. */ | ||||
| float icon_border_intensity; | |||||
| } ThemeUI; | } ThemeUI; | ||||
| /* try to put them all in one, if needed a special struct can be created as well | /* try to put them all in one, if needed a special struct can be created as well | ||||
| * for example later on, when we introduce wire colors for ob types or so... | * for example later on, when we introduce wire colors for ob types or so... | ||||
| */ | */ | ||||
| typedef struct ThemeSpace { | typedef struct ThemeSpace { | ||||
| /* main window colors */ | /* main window colors */ | ||||
| char back[4]; | char back[4]; | ||||
| ▲ Show 20 Lines • Show All 934 Lines • Show Last 20 Lines | |||||