Blender
V3.3
|
#include <DNA_userdef_types.h>
Public Attributes | |
unsigned char | solid [4] |
unsigned char | select [4] |
unsigned char | active [4] |
short | flag |
char | _pad0 [2] |
Set of colors for use as a custom color set for Objects/Bones wire drawing.
Definition at line 437 of file DNA_userdef_types.h.
char ThemeWireColor::_pad0[2] |
Definition at line 444 of file DNA_userdef_types.h.
unsigned char ThemeWireColor::active[4] |
Definition at line 440 of file DNA_userdef_types.h.
Referenced by acf_generic_channel_color(), action_group_colors_sync(), draw_channel_strips(), set_pchan_color(), and vicon_colorset_draw().
short ThemeWireColor::flag |
Definition at line 443 of file DNA_userdef_types.h.
Referenced by set_pchan_color().
unsigned char ThemeWireColor::select[4] |
Definition at line 439 of file DNA_userdef_types.h.
Referenced by acf_generic_channel_color(), acf_group_color(), action_group_colors_sync(), draw_channel_strips(), set_pchan_color(), and vicon_colorset_draw().
unsigned char ThemeWireColor::solid[4] |
Definition at line 438 of file DNA_userdef_types.h.
Referenced by acf_generic_channel_color(), acf_group_color(), action_group_colors_sync(), draw_channel_strips(), set_pchan_color(), and vicon_colorset_draw().