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