Enum AlphaSource

AlphaSource enumeration

Defines whether the texture contains the alpha channel.

public enum AlphaSource

Values

NameValueDescription
None0No alpha is defined in the texture
PixelAlpha1The alpha is defined by pixel’s alpha channel
FixedValue2The Alpha is a fixed value which is defined by Alpha

See Also