| 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.ShadingAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic double Alpha { get; set; }Public Property Alpha As Double
Get
Set
public:
property double Alpha {
double get ();
void set (double value);
}member Alpha : float with get, set
Property Value
Type:
Double
See Also