Class ThemeUI


  • public class ThemeUI
    extends CFacade
    Generated facet for DNA struct type 'ThemeUI'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct ThemeUI.

        It is required when allocating a new block to store data for ThemeUI.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__wcol_regular

        public static final long[] __DNA__FIELD__wcol_regular
        Field descriptor (offset) for struct member 'wcol_regular'.

        Field Documentation

        Blender Source Code

        Interface Elements (buttons, menus, icons)

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_regular);
         CPointer<uiWidgetColors> p_wcol_regular = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_regular'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_tool

        public static final long[] __DNA__FIELD__wcol_tool
        Field descriptor (offset) for struct member 'wcol_tool'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_tool);
         CPointer<uiWidgetColors> p_wcol_tool = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_tool'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_toolbar_item

        public static final long[] __DNA__FIELD__wcol_toolbar_item
        Field descriptor (offset) for struct member 'wcol_toolbar_item'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_toolbar_item);
         CPointer<uiWidgetColors> p_wcol_toolbar_item = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_toolbar_item'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_text

        public static final long[] __DNA__FIELD__wcol_text
        Field descriptor (offset) for struct member 'wcol_text'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_text);
         CPointer<uiWidgetColors> p_wcol_text = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_text'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_radio

        public static final long[] __DNA__FIELD__wcol_radio
        Field descriptor (offset) for struct member 'wcol_radio'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_radio);
         CPointer<uiWidgetColors> p_wcol_radio = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_radio'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_option

        public static final long[] __DNA__FIELD__wcol_option
        Field descriptor (offset) for struct member 'wcol_option'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_option);
         CPointer<uiWidgetColors> p_wcol_option = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_option'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_toggle

        public static final long[] __DNA__FIELD__wcol_toggle
        Field descriptor (offset) for struct member 'wcol_toggle'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_toggle);
         CPointer<uiWidgetColors> p_wcol_toggle = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_toggle'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_num

        public static final long[] __DNA__FIELD__wcol_num
        Field descriptor (offset) for struct member 'wcol_num'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_num);
         CPointer<uiWidgetColors> p_wcol_num = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_num'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_numslider

        public static final long[] __DNA__FIELD__wcol_numslider
        Field descriptor (offset) for struct member 'wcol_numslider'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_numslider);
         CPointer<uiWidgetColors> p_wcol_numslider = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_numslider'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_tab

        public static final long[] __DNA__FIELD__wcol_tab
        Field descriptor (offset) for struct member 'wcol_tab'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_tab);
         CPointer<uiWidgetColors> p_wcol_tab = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_tab'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_menu

        public static final long[] __DNA__FIELD__wcol_menu
        Field descriptor (offset) for struct member 'wcol_menu'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_menu);
         CPointer<uiWidgetColors> p_wcol_menu = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_menu'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_pulldown

        public static final long[] __DNA__FIELD__wcol_pulldown
        Field descriptor (offset) for struct member 'wcol_pulldown'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_pulldown);
         CPointer<uiWidgetColors> p_wcol_pulldown = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_pulldown'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_menu_back

        public static final long[] __DNA__FIELD__wcol_menu_back
        Field descriptor (offset) for struct member 'wcol_menu_back'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_menu_back);
         CPointer<uiWidgetColors> p_wcol_menu_back = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_menu_back'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_menu_item

        public static final long[] __DNA__FIELD__wcol_menu_item
        Field descriptor (offset) for struct member 'wcol_menu_item'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_menu_item);
         CPointer<uiWidgetColors> p_wcol_menu_item = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_menu_item'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_tooltip

        public static final long[] __DNA__FIELD__wcol_tooltip
        Field descriptor (offset) for struct member 'wcol_tooltip'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_tooltip);
         CPointer<uiWidgetColors> p_wcol_tooltip = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_tooltip'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_box

        public static final long[] __DNA__FIELD__wcol_box
        Field descriptor (offset) for struct member 'wcol_box'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_box);
         CPointer<uiWidgetColors> p_wcol_box = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_box'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_scroll

        public static final long[] __DNA__FIELD__wcol_scroll
        Field descriptor (offset) for struct member 'wcol_scroll'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_scroll);
         CPointer<uiWidgetColors> p_wcol_scroll = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_scroll'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_progress

        public static final long[] __DNA__FIELD__wcol_progress
        Field descriptor (offset) for struct member 'wcol_progress'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_progress);
         CPointer<uiWidgetColors> p_wcol_progress = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_progress'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_list_item

        public static final long[] __DNA__FIELD__wcol_list_item
        Field descriptor (offset) for struct member 'wcol_list_item'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_list_item);
         CPointer<uiWidgetColors> p_wcol_list_item = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_list_item'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_pie_menu

        public static final long[] __DNA__FIELD__wcol_pie_menu
        Field descriptor (offset) for struct member 'wcol_pie_menu'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_pie_menu);
         CPointer<uiWidgetColors> p_wcol_pie_menu = p.cast(new Class[]{uiWidgetColors.class});
         

        Metadata

        • Field: 'wcol_pie_menu'
        • Signature: 'uiWidgetColors'
        • Actual Size (32bit/64bit): 40/40
      • __DNA__FIELD__wcol_state

        public static final long[] __DNA__FIELD__wcol_state
        Field descriptor (offset) for struct member 'wcol_state'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__wcol_state);
         CPointer<uiWidgetStateColors> p_wcol_state = p.cast(new Class[]{uiWidgetStateColors.class});
         

        Metadata

        • Field: 'wcol_state'
        • Signature: 'uiWidgetStateColors'
        • Actual Size (32bit/64bit): 48/48
      • __DNA__FIELD__widget_emboss

        public static final long[] __DNA__FIELD__widget_emboss
        Field descriptor (offset) for struct member 'widget_emboss'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__widget_emboss);
         CPointer<CArrayFacade<Byte>> p_widget_emboss = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'widget_emboss'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__menu_shadow_fac

        public static final long[] __DNA__FIELD__menu_shadow_fac
        Field descriptor (offset) for struct member 'menu_shadow_fac'.

        Field Documentation

        Blender Source Code

        fac: 0 - 1 for blend factor, width in pixels

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__menu_shadow_fac);
         CPointer<Float> p_menu_shadow_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'menu_shadow_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__menu_shadow_width

        public static final long[] __DNA__FIELD__menu_shadow_width
        Field descriptor (offset) for struct member 'menu_shadow_width'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__menu_shadow_width);
         CPointer<Short> p_menu_shadow_width = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'menu_shadow_width'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__editor_outline

        public static final long[] __DNA__FIELD__editor_outline
        Field descriptor (offset) for struct member 'editor_outline'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__editor_outline);
         CPointer<CArrayFacade<Byte>> p_editor_outline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'editor_outline'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__transparent_checker_primary

        public static final long[] __DNA__FIELD__transparent_checker_primary
        Field descriptor (offset) for struct member 'transparent_checker_primary'.

        Field Documentation

        Blender Source Code

        Transparent Grid

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__transparent_checker_primary);
         CPointer<CArrayFacade<Byte>> p_transparent_checker_primary = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'transparent_checker_primary'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__transparent_checker_secondary

        public static final long[] __DNA__FIELD__transparent_checker_secondary
        Field descriptor (offset) for struct member 'transparent_checker_secondary'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__transparent_checker_secondary);
         CPointer<CArrayFacade<Byte>> p_transparent_checker_secondary = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'transparent_checker_secondary'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__transparent_checker_size

        public static final long[] __DNA__FIELD__transparent_checker_size
        Field descriptor (offset) for struct member 'transparent_checker_size'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__transparent_checker_size);
         CPointer<Byte> p_transparent_checker_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'transparent_checker_size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad1

        public static final long[] __DNA__FIELD___pad1
        Field descriptor (offset) for struct member '_pad1'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD___pad1);
         CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'char[1]'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__icon_alpha

        public static final long[] __DNA__FIELD__icon_alpha
        Field descriptor (offset) for struct member 'icon_alpha'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_alpha);
         CPointer<Float> p_icon_alpha = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'icon_alpha'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_saturation

        public static final long[] __DNA__FIELD__icon_saturation
        Field descriptor (offset) for struct member 'icon_saturation'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_saturation);
         CPointer<Float> p_icon_saturation = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'icon_saturation'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__widget_text_cursor

        public static final long[] __DNA__FIELD__widget_text_cursor
        Field descriptor (offset) for struct member 'widget_text_cursor'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__widget_text_cursor);
         CPointer<CArrayFacade<Byte>> p_widget_text_cursor = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'widget_text_cursor'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__xaxis

        public static final long[] __DNA__FIELD__xaxis
        Field descriptor (offset) for struct member 'xaxis'.

        Field Documentation

        Blender Source Code

        Axis Colors

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__xaxis);
         CPointer<CArrayFacade<Byte>> p_xaxis = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'xaxis'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__yaxis

        public static final long[] __DNA__FIELD__yaxis
        Field descriptor (offset) for struct member 'yaxis'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__yaxis);
         CPointer<CArrayFacade<Byte>> p_yaxis = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'yaxis'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__zaxis

        public static final long[] __DNA__FIELD__zaxis
        Field descriptor (offset) for struct member 'zaxis'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__zaxis);
         CPointer<CArrayFacade<Byte>> p_zaxis = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'zaxis'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_hi

        public static final long[] __DNA__FIELD__gizmo_hi
        Field descriptor (offset) for struct member 'gizmo_hi'.

        Field Documentation

        Blender Source Code

        Gizmo Colors.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_hi);
         CPointer<CArrayFacade<Byte>> p_gizmo_hi = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_hi'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_primary

        public static final long[] __DNA__FIELD__gizmo_primary
        Field descriptor (offset) for struct member 'gizmo_primary'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_primary);
         CPointer<CArrayFacade<Byte>> p_gizmo_primary = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_primary'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_secondary

        public static final long[] __DNA__FIELD__gizmo_secondary
        Field descriptor (offset) for struct member 'gizmo_secondary'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_secondary);
         CPointer<CArrayFacade<Byte>> p_gizmo_secondary = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_secondary'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_view_align

        public static final long[] __DNA__FIELD__gizmo_view_align
        Field descriptor (offset) for struct member 'gizmo_view_align'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_view_align);
         CPointer<CArrayFacade<Byte>> p_gizmo_view_align = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_view_align'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_a

        public static final long[] __DNA__FIELD__gizmo_a
        Field descriptor (offset) for struct member 'gizmo_a'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_a);
         CPointer<CArrayFacade<Byte>> p_gizmo_a = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_a'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gizmo_b

        public static final long[] __DNA__FIELD__gizmo_b
        Field descriptor (offset) for struct member 'gizmo_b'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__gizmo_b);
         CPointer<CArrayFacade<Byte>> p_gizmo_b = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'gizmo_b'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_scene

        public static final long[] __DNA__FIELD__icon_scene
        Field descriptor (offset) for struct member 'icon_scene'.

        Field Documentation

        Blender Source Code

        Icon Colors. Scene items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_scene);
         CPointer<CArrayFacade<Byte>> p_icon_scene = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_scene'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_collection

        public static final long[] __DNA__FIELD__icon_collection
        Field descriptor (offset) for struct member 'icon_collection'.

        Field Documentation

        Blender Source Code

        Collection items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_collection);
         CPointer<CArrayFacade<Byte>> p_icon_collection = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_collection'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_object

        public static final long[] __DNA__FIELD__icon_object
        Field descriptor (offset) for struct member 'icon_object'.

        Field Documentation

        Blender Source Code

        Object items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_object);
         CPointer<CArrayFacade<Byte>> p_icon_object = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_object'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_object_data

        public static final long[] __DNA__FIELD__icon_object_data
        Field descriptor (offset) for struct member 'icon_object_data'.

        Field Documentation

        Blender Source Code

        Object data items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_object_data);
         CPointer<CArrayFacade<Byte>> p_icon_object_data = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_object_data'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_modifier

        public static final long[] __DNA__FIELD__icon_modifier
        Field descriptor (offset) for struct member 'icon_modifier'.

        Field Documentation

        Blender Source Code

        Modifier and constraint items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_modifier);
         CPointer<CArrayFacade<Byte>> p_icon_modifier = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_modifier'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_shading

        public static final long[] __DNA__FIELD__icon_shading
        Field descriptor (offset) for struct member 'icon_shading'.

        Field Documentation

        Blender Source Code

        Shading related items.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_shading);
         CPointer<CArrayFacade<Byte>> p_icon_shading = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_shading'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_folder

        public static final long[] __DNA__FIELD__icon_folder
        Field descriptor (offset) for struct member 'icon_folder'.

        Field Documentation

        Blender Source Code

        File folders.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_folder);
         CPointer<CArrayFacade<Byte>> p_icon_folder = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'icon_folder'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__icon_border_intensity

        public static final long[] __DNA__FIELD__icon_border_intensity
        Field descriptor (offset) for struct member 'icon_border_intensity'.

        Field Documentation

        Blender Source Code

        Intensity of the border icons. >0 will render an border around themed icons.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         ThemeUI themeui = ...;
         CPointer<Object> p = themeui.__dna__addressof(ThemeUI.__DNA__FIELD__icon_border_intensity);
         CPointer<Float> p_icon_border_intensity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'icon_border_intensity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • ThemeUI

        public ThemeUI​(long __address,
                       Block __block,
                       BlockTable __blockTable)
      • ThemeUI

        protected ThemeUI​(ThemeUI that)
    • Method Detail

      • getWcol_regular

        public uiWidgetColors getWcol_regular()
                                       throws java.io.IOException
        Get method for struct member 'wcol_regular'.

        Field Documentation

        Blender Source Code

        Interface Elements (buttons, menus, icons)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_regular
      • setWcol_regular

        public void setWcol_regular​(uiWidgetColors wcol_regular)
                             throws java.io.IOException
        Set method for struct member 'wcol_regular'.

        Field Documentation

        Blender Source Code

        Interface Elements (buttons, menus, icons)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_regular
      • setWcol_tool

        public void setWcol_tool​(uiWidgetColors wcol_tool)
                          throws java.io.IOException
        Set method for struct member 'wcol_tool'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_tool
      • setWcol_toolbar_item

        public void setWcol_toolbar_item​(uiWidgetColors wcol_toolbar_item)
                                  throws java.io.IOException
        Set method for struct member 'wcol_toolbar_item'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_toolbar_item
      • setWcol_text

        public void setWcol_text​(uiWidgetColors wcol_text)
                          throws java.io.IOException
        Set method for struct member 'wcol_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_text
      • setWcol_radio

        public void setWcol_radio​(uiWidgetColors wcol_radio)
                           throws java.io.IOException
        Set method for struct member 'wcol_radio'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_radio
      • setWcol_option

        public void setWcol_option​(uiWidgetColors wcol_option)
                            throws java.io.IOException
        Set method for struct member 'wcol_option'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_option
      • setWcol_toggle

        public void setWcol_toggle​(uiWidgetColors wcol_toggle)
                            throws java.io.IOException
        Set method for struct member 'wcol_toggle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_toggle
      • getWcol_num

        public uiWidgetColors getWcol_num()
                                   throws java.io.IOException
        Get method for struct member 'wcol_num'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_num
      • setWcol_num

        public void setWcol_num​(uiWidgetColors wcol_num)
                         throws java.io.IOException
        Set method for struct member 'wcol_num'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_num
      • setWcol_numslider

        public void setWcol_numslider​(uiWidgetColors wcol_numslider)
                               throws java.io.IOException
        Set method for struct member 'wcol_numslider'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_numslider
      • getWcol_tab

        public uiWidgetColors getWcol_tab()
                                   throws java.io.IOException
        Get method for struct member 'wcol_tab'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_tab
      • setWcol_tab

        public void setWcol_tab​(uiWidgetColors wcol_tab)
                         throws java.io.IOException
        Set method for struct member 'wcol_tab'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_tab
      • setWcol_menu

        public void setWcol_menu​(uiWidgetColors wcol_menu)
                          throws java.io.IOException
        Set method for struct member 'wcol_menu'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_menu
      • setWcol_pulldown

        public void setWcol_pulldown​(uiWidgetColors wcol_pulldown)
                              throws java.io.IOException
        Set method for struct member 'wcol_pulldown'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_pulldown
      • setWcol_menu_back

        public void setWcol_menu_back​(uiWidgetColors wcol_menu_back)
                               throws java.io.IOException
        Set method for struct member 'wcol_menu_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_menu_back
      • setWcol_menu_item

        public void setWcol_menu_item​(uiWidgetColors wcol_menu_item)
                               throws java.io.IOException
        Set method for struct member 'wcol_menu_item'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_menu_item
      • setWcol_tooltip

        public void setWcol_tooltip​(uiWidgetColors wcol_tooltip)
                             throws java.io.IOException
        Set method for struct member 'wcol_tooltip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_tooltip
      • getWcol_box

        public uiWidgetColors getWcol_box()
                                   throws java.io.IOException
        Get method for struct member 'wcol_box'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_box
      • setWcol_box

        public void setWcol_box​(uiWidgetColors wcol_box)
                         throws java.io.IOException
        Set method for struct member 'wcol_box'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_box
      • setWcol_scroll

        public void setWcol_scroll​(uiWidgetColors wcol_scroll)
                            throws java.io.IOException
        Set method for struct member 'wcol_scroll'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_scroll
      • setWcol_progress

        public void setWcol_progress​(uiWidgetColors wcol_progress)
                              throws java.io.IOException
        Set method for struct member 'wcol_progress'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_progress
      • setWcol_list_item

        public void setWcol_list_item​(uiWidgetColors wcol_list_item)
                               throws java.io.IOException
        Set method for struct member 'wcol_list_item'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_list_item
      • setWcol_pie_menu

        public void setWcol_pie_menu​(uiWidgetColors wcol_pie_menu)
                              throws java.io.IOException
        Set method for struct member 'wcol_pie_menu'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wcol_pie_menu
      • getWidget_emboss

        public CArrayFacade<java.lang.Byte> getWidget_emboss()
                                                      throws java.io.IOException
        Get method for struct member 'widget_emboss'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__widget_emboss
      • setWidget_emboss

        public void setWidget_emboss​(CArrayFacade<java.lang.Byte> widget_emboss)
                              throws java.io.IOException
        Set method for struct member 'widget_emboss'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__widget_emboss
      • getMenu_shadow_fac

        public float getMenu_shadow_fac()
                                 throws java.io.IOException
        Get method for struct member 'menu_shadow_fac'.

        Field Documentation

        Blender Source Code

        fac: 0 - 1 for blend factor, width in pixels

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__menu_shadow_fac
      • setMenu_shadow_fac

        public void setMenu_shadow_fac​(float menu_shadow_fac)
                                throws java.io.IOException
        Set method for struct member 'menu_shadow_fac'.

        Field Documentation

        Blender Source Code

        fac: 0 - 1 for blend factor, width in pixels

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__menu_shadow_fac
      • getMenu_shadow_width

        public short getMenu_shadow_width()
                                   throws java.io.IOException
        Get method for struct member 'menu_shadow_width'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__menu_shadow_width
      • setMenu_shadow_width

        public void setMenu_shadow_width​(short menu_shadow_width)
                                  throws java.io.IOException
        Set method for struct member 'menu_shadow_width'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__menu_shadow_width
      • getEditor_outline

        public CArrayFacade<java.lang.Byte> getEditor_outline()
                                                       throws java.io.IOException
        Get method for struct member 'editor_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__editor_outline
      • setEditor_outline

        public void setEditor_outline​(CArrayFacade<java.lang.Byte> editor_outline)
                               throws java.io.IOException
        Set method for struct member 'editor_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__editor_outline
      • getTransparent_checker_primary

        public CArrayFacade<java.lang.Byte> getTransparent_checker_primary()
                                                                    throws java.io.IOException
        Get method for struct member 'transparent_checker_primary'.

        Field Documentation

        Blender Source Code

        Transparent Grid

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_primary
      • setTransparent_checker_primary

        public void setTransparent_checker_primary​(CArrayFacade<java.lang.Byte> transparent_checker_primary)
                                            throws java.io.IOException
        Set method for struct member 'transparent_checker_primary'.

        Field Documentation

        Blender Source Code

        Transparent Grid

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_primary
      • getTransparent_checker_secondary

        public CArrayFacade<java.lang.Byte> getTransparent_checker_secondary()
                                                                      throws java.io.IOException
        Get method for struct member 'transparent_checker_secondary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_secondary
      • setTransparent_checker_secondary

        public void setTransparent_checker_secondary​(CArrayFacade<java.lang.Byte> transparent_checker_secondary)
                                              throws java.io.IOException
        Set method for struct member 'transparent_checker_secondary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_secondary
      • getTransparent_checker_size

        public byte getTransparent_checker_size()
                                         throws java.io.IOException
        Get method for struct member 'transparent_checker_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_size
      • setTransparent_checker_size

        public void setTransparent_checker_size​(byte transparent_checker_size)
                                         throws java.io.IOException
        Set method for struct member 'transparent_checker_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transparent_checker_size
      • get_pad1

        public CArrayFacade<java.lang.Byte> get_pad1()
                                              throws java.io.IOException
        Get method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

        public void set_pad1​(CArrayFacade<java.lang.Byte> _pad1)
                      throws java.io.IOException
        Set method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • getIcon_alpha

        public float getIcon_alpha()
                            throws java.io.IOException
        Get method for struct member 'icon_alpha'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_alpha
      • setIcon_alpha

        public void setIcon_alpha​(float icon_alpha)
                           throws java.io.IOException
        Set method for struct member 'icon_alpha'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_alpha
      • getIcon_saturation

        public float getIcon_saturation()
                                 throws java.io.IOException
        Get method for struct member 'icon_saturation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_saturation
      • setIcon_saturation

        public void setIcon_saturation​(float icon_saturation)
                                throws java.io.IOException
        Set method for struct member 'icon_saturation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_saturation
      • getWidget_text_cursor

        public CArrayFacade<java.lang.Byte> getWidget_text_cursor()
                                                           throws java.io.IOException
        Get method for struct member 'widget_text_cursor'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__widget_text_cursor
      • setWidget_text_cursor

        public void setWidget_text_cursor​(CArrayFacade<java.lang.Byte> widget_text_cursor)
                                   throws java.io.IOException
        Set method for struct member 'widget_text_cursor'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__widget_text_cursor
      • getXaxis

        public CArrayFacade<java.lang.Byte> getXaxis()
                                              throws java.io.IOException
        Get method for struct member 'xaxis'.

        Field Documentation

        Blender Source Code

        Axis Colors

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xaxis
      • setXaxis

        public void setXaxis​(CArrayFacade<java.lang.Byte> xaxis)
                      throws java.io.IOException
        Set method for struct member 'xaxis'.

        Field Documentation

        Blender Source Code

        Axis Colors

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xaxis
      • getYaxis

        public CArrayFacade<java.lang.Byte> getYaxis()
                                              throws java.io.IOException
        Get method for struct member 'yaxis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__yaxis
      • setYaxis

        public void setYaxis​(CArrayFacade<java.lang.Byte> yaxis)
                      throws java.io.IOException
        Set method for struct member 'yaxis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__yaxis
      • getZaxis

        public CArrayFacade<java.lang.Byte> getZaxis()
                                              throws java.io.IOException
        Get method for struct member 'zaxis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zaxis
      • setZaxis

        public void setZaxis​(CArrayFacade<java.lang.Byte> zaxis)
                      throws java.io.IOException
        Set method for struct member 'zaxis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zaxis
      • getGizmo_hi

        public CArrayFacade<java.lang.Byte> getGizmo_hi()
                                                 throws java.io.IOException
        Get method for struct member 'gizmo_hi'.

        Field Documentation

        Blender Source Code

        Gizmo Colors.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_hi
      • setGizmo_hi

        public void setGizmo_hi​(CArrayFacade<java.lang.Byte> gizmo_hi)
                         throws java.io.IOException
        Set method for struct member 'gizmo_hi'.

        Field Documentation

        Blender Source Code

        Gizmo Colors.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_hi
      • getGizmo_primary

        public CArrayFacade<java.lang.Byte> getGizmo_primary()
                                                      throws java.io.IOException
        Get method for struct member 'gizmo_primary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_primary
      • setGizmo_primary

        public void setGizmo_primary​(CArrayFacade<java.lang.Byte> gizmo_primary)
                              throws java.io.IOException
        Set method for struct member 'gizmo_primary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_primary
      • getGizmo_secondary

        public CArrayFacade<java.lang.Byte> getGizmo_secondary()
                                                        throws java.io.IOException
        Get method for struct member 'gizmo_secondary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_secondary
      • setGizmo_secondary

        public void setGizmo_secondary​(CArrayFacade<java.lang.Byte> gizmo_secondary)
                                throws java.io.IOException
        Set method for struct member 'gizmo_secondary'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_secondary
      • getGizmo_view_align

        public CArrayFacade<java.lang.Byte> getGizmo_view_align()
                                                         throws java.io.IOException
        Get method for struct member 'gizmo_view_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_view_align
      • setGizmo_view_align

        public void setGizmo_view_align​(CArrayFacade<java.lang.Byte> gizmo_view_align)
                                 throws java.io.IOException
        Set method for struct member 'gizmo_view_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_view_align
      • getGizmo_a

        public CArrayFacade<java.lang.Byte> getGizmo_a()
                                                throws java.io.IOException
        Get method for struct member 'gizmo_a'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_a
      • setGizmo_a

        public void setGizmo_a​(CArrayFacade<java.lang.Byte> gizmo_a)
                        throws java.io.IOException
        Set method for struct member 'gizmo_a'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_a
      • getGizmo_b

        public CArrayFacade<java.lang.Byte> getGizmo_b()
                                                throws java.io.IOException
        Get method for struct member 'gizmo_b'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_b
      • setGizmo_b

        public void setGizmo_b​(CArrayFacade<java.lang.Byte> gizmo_b)
                        throws java.io.IOException
        Set method for struct member 'gizmo_b'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gizmo_b
      • getIcon_scene

        public CArrayFacade<java.lang.Byte> getIcon_scene()
                                                   throws java.io.IOException
        Get method for struct member 'icon_scene'.

        Field Documentation

        Blender Source Code

        Icon Colors. Scene items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_scene
      • setIcon_scene

        public void setIcon_scene​(CArrayFacade<java.lang.Byte> icon_scene)
                           throws java.io.IOException
        Set method for struct member 'icon_scene'.

        Field Documentation

        Blender Source Code

        Icon Colors. Scene items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_scene
      • getIcon_collection

        public CArrayFacade<java.lang.Byte> getIcon_collection()
                                                        throws java.io.IOException
        Get method for struct member 'icon_collection'.

        Field Documentation

        Blender Source Code

        Collection items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_collection
      • setIcon_collection

        public void setIcon_collection​(CArrayFacade<java.lang.Byte> icon_collection)
                                throws java.io.IOException
        Set method for struct member 'icon_collection'.

        Field Documentation

        Blender Source Code

        Collection items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_collection
      • getIcon_object

        public CArrayFacade<java.lang.Byte> getIcon_object()
                                                    throws java.io.IOException
        Get method for struct member 'icon_object'.

        Field Documentation

        Blender Source Code

        Object items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_object
      • setIcon_object

        public void setIcon_object​(CArrayFacade<java.lang.Byte> icon_object)
                            throws java.io.IOException
        Set method for struct member 'icon_object'.

        Field Documentation

        Blender Source Code

        Object items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_object
      • getIcon_object_data

        public CArrayFacade<java.lang.Byte> getIcon_object_data()
                                                         throws java.io.IOException
        Get method for struct member 'icon_object_data'.

        Field Documentation

        Blender Source Code

        Object data items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_object_data
      • setIcon_object_data

        public void setIcon_object_data​(CArrayFacade<java.lang.Byte> icon_object_data)
                                 throws java.io.IOException
        Set method for struct member 'icon_object_data'.

        Field Documentation

        Blender Source Code

        Object data items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_object_data
      • getIcon_modifier

        public CArrayFacade<java.lang.Byte> getIcon_modifier()
                                                      throws java.io.IOException
        Get method for struct member 'icon_modifier'.

        Field Documentation

        Blender Source Code

        Modifier and constraint items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_modifier
      • setIcon_modifier

        public void setIcon_modifier​(CArrayFacade<java.lang.Byte> icon_modifier)
                              throws java.io.IOException
        Set method for struct member 'icon_modifier'.

        Field Documentation

        Blender Source Code

        Modifier and constraint items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_modifier
      • getIcon_shading

        public CArrayFacade<java.lang.Byte> getIcon_shading()
                                                     throws java.io.IOException
        Get method for struct member 'icon_shading'.

        Field Documentation

        Blender Source Code

        Shading related items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_shading
      • setIcon_shading

        public void setIcon_shading​(CArrayFacade<java.lang.Byte> icon_shading)
                             throws java.io.IOException
        Set method for struct member 'icon_shading'.

        Field Documentation

        Blender Source Code

        Shading related items.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_shading
      • getIcon_folder

        public CArrayFacade<java.lang.Byte> getIcon_folder()
                                                    throws java.io.IOException
        Get method for struct member 'icon_folder'.

        Field Documentation

        Blender Source Code

        File folders.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_folder
      • setIcon_folder

        public void setIcon_folder​(CArrayFacade<java.lang.Byte> icon_folder)
                            throws java.io.IOException
        Set method for struct member 'icon_folder'.

        Field Documentation

        Blender Source Code

        File folders.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_folder
      • getIcon_border_intensity

        public float getIcon_border_intensity()
                                       throws java.io.IOException
        Get method for struct member 'icon_border_intensity'.

        Field Documentation

        Blender Source Code

        Intensity of the border icons. >0 will render an border around themed icons.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_border_intensity
      • setIcon_border_intensity

        public void setIcon_border_intensity​(float icon_border_intensity)
                                      throws java.io.IOException
        Set method for struct member 'icon_border_intensity'.

        Field Documentation

        Blender Source Code

        Intensity of the border icons. >0 will render an border around themed icons.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__icon_border_intensity
      • __io__addressof

        public CPointer<ThemeUI> __io__addressof()
        Instantiates a pointer on this instance.