alpha_source property
alpha_source property
Gets or sets whether the texture defines the alpha channel.
Default value is AlphaSource.NONE
Definition:
@property
def alpha_source(self):
...
@alpha_source.setter
def alpha_source(self, value):
...
See Also
- module
aspose.threed.shading
- class
AlphaSource
- class
TextureBase