Uses of Class
org.blender.dna.Palette
-
Packages that use Palette Package Description org.blender.dna org.blender.utils -
-
Uses of Palette in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Palette Modifier and Type Method Description CPointer<Palette>
Palette. __io__addressof()
Instantiates a pointer on this instance.CPointer<Palette>
Paint. getPalette()
Get method for struct member 'palette'.Method parameters in org.blender.dna with type arguments of type Palette Modifier and Type Method Description void
Paint. setPalette(CPointer<Palette> palette)
Set method for struct member 'palette'.Constructors in org.blender.dna with parameters of type Palette Constructor Description Palette(Palette that)
-
Uses of Palette in org.blender.utils
Methods in org.blender.utils that return Palette Modifier and Type Method Description Palette
MainLib. getPalette()
SeePalette
for documentation.Methods in org.blender.utils with parameters of type Palette Modifier and Type Method Description void
MainLib. setPalette(Palette palette)
SeePalette
for documentation.
-