TextureBaseAlpha Property
Gets or sets the default alpha value of the texture This is valid when the AlphaSource is PixelAlpha Default value is 1.0, valid value range is between 0 and 1

Namespace: Aspose.ThreeD.Shading
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public double Alpha { get; set; }

Property Value

Type: Double
See Also