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