Enum AlphaSource
AlphaSource enumeration
Defines whether the texture contains the alpha channel.
public enum AlphaSource
Values
Name | Value | Description |
---|---|---|
None | 0 | No alpha is defined in the texture |
PixelAlpha | 1 | The alpha is defined by pixel’s alpha channel |
FixedValue | 2 | The Alpha is a fixed value which is defined by Alpha |
See Also
- namespace Aspose.ThreeD.Shading
- assembly Aspose.3D