public class ColorMapping extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blend_color
Field descriptor (offset) for struct member 'blend_color'.
|
static long[] |
__DNA__FIELD__blend_factor
Field descriptor (offset) for struct member 'blend_factor'.
|
static long[] |
__DNA__FIELD__blend_type
Field descriptor (offset) for struct member 'blend_type'.
|
static long[] |
__DNA__FIELD__bright
Field descriptor (offset) for struct member 'bright'.
|
static long[] |
__DNA__FIELD__coba
Field descriptor (offset) for struct member 'coba'.
|
static long[] |
__DNA__FIELD__contrast
Field descriptor (offset) for struct member 'contrast'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__saturation
Field descriptor (offset) for struct member 'saturation'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ColorMapping.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ColorMapping(ColorMapping that) |
|
ColorMapping(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ColorMapping> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getBlend_color()
Get method for struct member 'blend_color'.
|
float |
getBlend_factor()
Get method for struct member 'blend_factor'.
|
int |
getBlend_type()
Get method for struct member 'blend_type'.
|
float |
getBright()
Get method for struct member 'bright'.
|
ColorBand |
getCoba()
Get method for struct member 'coba'.
|
float |
getContrast()
Get method for struct member 'contrast'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Integer> |
getPad()
Get method for struct member 'pad'.
|
float |
getSaturation()
Get method for struct member 'saturation'.
|
void |
setBlend_color(CArrayFacade<java.lang.Float> blend_color)
Set method for struct member 'blend_color'.
|
void |
setBlend_factor(float blend_factor)
Set method for struct member 'blend_factor'.
|
void |
setBlend_type(int blend_type)
Set method for struct member 'blend_type'.
|
void |
setBright(float bright)
Set method for struct member 'bright'.
|
void |
setCoba(ColorBand coba)
Set method for struct member 'coba'.
|
void |
setContrast(float contrast)
Set method for struct member 'contrast'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setPad(CArrayFacade<java.lang.Integer> pad)
Set method for struct member 'pad'.
|
void |
setSaturation(float saturation)
Set method for struct member 'saturation'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for ColorMapping.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__coba
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__coba); CPointer<ColorBand> p_coba = p.cast(new Class[]{ColorBand.class});
public static final long[] __DNA__FIELD__bright
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__bright); CPointer<Float> p_bright = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__contrast
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__contrast); CPointer<Float> p_contrast = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__saturation
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__saturation); CPointer<Float> p_saturation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blend_color
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__blend_color); CPointer<CArrayFacade<Float>> p_blend_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__blend_factor
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__blend_factor); CPointer<Float> p_blend_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blend_type
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__blend_type); CPointer<Integer> p_blend_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
ColorMapping colormapping = ...; CPointer<Object> p = colormapping.__dna__addressof(ColorMapping.__DNA__FIELD__pad); CPointer<CArrayFacade<Integer>> p_pad = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public ColorMapping(long __address, Block __block, BlockTable __blockTable)
protected ColorMapping(ColorMapping that)
public ColorBand getCoba() throws java.io.IOException
java.io.IOException
__DNA__FIELD__coba
public void setCoba(ColorBand coba) throws java.io.IOException
java.io.IOException
__DNA__FIELD__coba
public float getBright() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bright
public void setBright(float bright) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bright
public float getContrast() throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public void setContrast(float contrast) throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public float getSaturation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__saturation
public void setSaturation(float saturation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__saturation
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Float> getBlend_color() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_color
public void setBlend_color(CArrayFacade<java.lang.Float> blend_color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_color
public float getBlend_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_factor
public void setBlend_factor(float blend_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_factor
public int getBlend_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_type
public void setBlend_type(int blend_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_type
public CArrayFacade<java.lang.Integer> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Integer> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<ColorMapping> __io__addressof()