WoW:XML/ALPHAMODE
< XML
Jump to navigation
Jump to search
← XML UI ← XML types < ALPHAMODE
A WoW UI XML enumeration that defines the way transparency is applied.
Values
- DISABLE - no blend.
- BLEND - (default) while background fades element gets stronger
- ALPHAKEY - transparency depends on alpha channel of textures
- ADD - background and element colors added resulting in bright colors
- MOD - modulate
Details
Note: As of patch 2.2.0, Blizzard uses only BLEND and ADD AlphaModes in their own UI code.
See Also: UITYPE AlphaMode