Uses of Class
org.blender.dna.ColorCorrectionData
-
Packages that use ColorCorrectionData Package Description org.blender.dna -
-
Uses of ColorCorrectionData in org.blender.dna
Methods in org.blender.dna that return ColorCorrectionData Modifier and Type Method Description ColorCorrectionData
NodeColorCorrection. getHighlights()
Get method for struct member 'highlights'.ColorCorrectionData
NodeColorCorrection. getMaster()
Get method for struct member 'master'.ColorCorrectionData
NodeColorCorrection. getMidtones()
Get method for struct member 'midtones'.ColorCorrectionData
NodeColorCorrection. getShadows()
Get method for struct member 'shadows'.Methods in org.blender.dna that return types with arguments of type ColorCorrectionData Modifier and Type Method Description CPointer<ColorCorrectionData>
ColorCorrectionData. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type ColorCorrectionData Modifier and Type Method Description void
NodeColorCorrection. setHighlights(ColorCorrectionData highlights)
Set method for struct member 'highlights'.void
NodeColorCorrection. setMaster(ColorCorrectionData master)
Set method for struct member 'master'.void
NodeColorCorrection. setMidtones(ColorCorrectionData midtones)
Set method for struct member 'midtones'.void
NodeColorCorrection. setShadows(ColorCorrectionData shadows)
Set method for struct member 'shadows'.Constructors in org.blender.dna with parameters of type ColorCorrectionData Constructor Description ColorCorrectionData(ColorCorrectionData that)
-