WoW:UITYPE AlphaMode
Jump to navigation
Jump to search
AlphaMode is an attribute of textures. Nearly all alphaModes used in the default UI are "ADD."
From a post by Slouken on 1/19/06, the alphaModes and their meaning:
- "DISABLE" - opaque texture
- "BLEND" - normal painting on top of the background, obeying alpha channels if set (?)
- "ALPHAKEY" - 1-bit alpha
- "ADD" - additive blend
- "MOD" - modulating blend
These values are also used by the Texture:SetBlendMode() API.