Class NodeColorBalance


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        ASC CDL parameters

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__slope);
         CPointer<CArrayFacade<Float>> p_slope = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'slope'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__offset

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__offset);
         CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'offset'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__power

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__power);
         CPointer<CArrayFacade<Float>> p_power = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'power'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__offset_basis

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__offset_basis);
         CPointer<Float> p_offset_basis = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'offset_basis'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        LGG parameters

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__lift);
         CPointer<CArrayFacade<Float>> p_lift = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'lift'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__gamma

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__gamma);
         CPointer<CArrayFacade<Float>> p_gamma = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'gamma'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__gain

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

        Pointer Arithmetics

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

         NodeColorBalance nodecolorbalance = ...;
         CPointer<Object> p = nodecolorbalance.__dna__addressof(NodeColorBalance.__DNA__FIELD__gain);
         CPointer<CArrayFacade<Float>> p_gain = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'gain'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
    • Constructor Detail

      • NodeColorBalance

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

      • getSlope

        public CArrayFacade<java.lang.Float> getSlope()
                                               throws java.io.IOException
        Get method for struct member 'slope'.

        Field Documentation

        Blender Source Code

        ASC CDL parameters

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__slope
      • setSlope

        public void setSlope​(CArrayFacade<java.lang.Float> slope)
                      throws java.io.IOException
        Set method for struct member 'slope'.

        Field Documentation

        Blender Source Code

        ASC CDL parameters

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__slope
      • getOffset

        public CArrayFacade<java.lang.Float> getOffset()
                                                throws java.io.IOException
        Get method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • setOffset

        public void setOffset​(CArrayFacade<java.lang.Float> offset)
                       throws java.io.IOException
        Set method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • getPower

        public CArrayFacade<java.lang.Float> getPower()
                                               throws java.io.IOException
        Get method for struct member 'power'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__power
      • setPower

        public void setPower​(CArrayFacade<java.lang.Float> power)
                      throws java.io.IOException
        Set method for struct member 'power'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__power
      • getOffset_basis

        public float getOffset_basis()
                              throws java.io.IOException
        Get method for struct member 'offset_basis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_basis
      • setOffset_basis

        public void setOffset_basis​(float offset_basis)
                             throws java.io.IOException
        Set method for struct member 'offset_basis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_basis
      • get_pad

        public CArrayFacade<java.lang.Byte> get_pad()
                                             throws java.io.IOException
        Get method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • set_pad

        public void set_pad​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • getLift

        public CArrayFacade<java.lang.Float> getLift()
                                              throws java.io.IOException
        Get method for struct member 'lift'.

        Field Documentation

        Blender Source Code

        LGG parameters

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lift
      • setLift

        public void setLift​(CArrayFacade<java.lang.Float> lift)
                     throws java.io.IOException
        Set method for struct member 'lift'.

        Field Documentation

        Blender Source Code

        LGG parameters

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lift
      • getGamma

        public CArrayFacade<java.lang.Float> getGamma()
                                               throws java.io.IOException
        Get method for struct member 'gamma'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gamma
      • setGamma

        public void setGamma​(CArrayFacade<java.lang.Float> gamma)
                      throws java.io.IOException
        Set method for struct member 'gamma'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gamma
      • getGain

        public CArrayFacade<java.lang.Float> getGain()
                                              throws java.io.IOException
        Get method for struct member 'gain'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gain
      • setGain

        public void setGain​(CArrayFacade<java.lang.Float> gain)
                     throws java.io.IOException
        Set method for struct member 'gain'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gain