AlphaSource Enumeration
Defines whether the texture contains the alpha channel.

Namespace: Aspose.ThreeD.Shading
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum AlphaSource
Members
  Member nameValueDescription
None0 No alpha is defined in the texture
PixelAlpha1 The alpha is defined by pixel's alpha channel
FixedValue2 The Alpha is a fixed value which is defined by Alpha
See Also