Uses of Class
org.blender.dna.ThemeStripColor
-
Packages that use ThemeStripColor Package Description org.blender.dna -
-
Uses of ThemeStripColor in org.blender.dna
Methods in org.blender.dna that return types with arguments of type ThemeStripColor Modifier and Type Method Description CPointer<ThemeStripColor>
ThemeStripColor. __io__addressof()
Instantiates a pointer on this instance.CArrayFacade<ThemeStripColor>
bTheme. getStrip_color()
Get method for struct member 'strip_color'.Method parameters in org.blender.dna with type arguments of type ThemeStripColor Modifier and Type Method Description void
bTheme. setStrip_color(CArrayFacade<ThemeStripColor> strip_color)
Set method for struct member 'strip_color'.Constructors in org.blender.dna with parameters of type ThemeStripColor Constructor Description ThemeStripColor(ThemeStripColor that)
-