AlphaSource enumeration

AlphaSource enumeration

Defines whether the texture contains the alpha channel.

The AlphaSource type exposes the following members:

Fields

FieldDescription
NONENo alpha is defined in the texture
PIXEL_ALPHAThe alpha is defined by pixel’s alpha channel
FIXED_VALUEThe Alpha is a fixed value which is defined by TextureBase.alpha

See Also