Class ColorManagedDisplaySettings


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Python API

        Display device name

        Pointer Arithmetics

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

         ColorManagedDisplaySettings colormanageddisplaysettings = ...;
         CPointer<Object> p = colormanageddisplaysettings.__dna__addressof(ColorManagedDisplaySettings.__DNA__FIELD__display_device);
         CPointer<CArrayFacade<Byte>> p_display_device = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'display_device'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
    • Constructor Detail

      • ColorManagedDisplaySettings

        public ColorManagedDisplaySettings​(long __address,
                                           Block __block,
                                           BlockTable __blockTable)
    • Method Detail

      • getDisplay_device

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

        Field Documentation

        Blender Python API

        Display device name
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__display_device
      • setDisplay_device

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

        Field Documentation

        Blender Python API

        Display device name
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__display_device