alpha property
alpha property
Gets or sets the default alpha value of the texture
This is valid when the TextureBase.alpha_source
is AlphaSource.PIXEL_ALPHA
Default value is 1.0, valid value range is between 0 and 1
Definition:
@property
def alpha(self):
...
@alpha.setter
def alpha(self, value):
...
See Also
- module
aspose.threed.shading
- class
TextureBase