WoW:XML/ALPHAMODE

From AddOn Studio
< XML
Revision as of 02:36, 23 September 2012 by Bear (talk | contribs) (Created page with "ALPHAMODE == Details == Note: As of patch 2.2.0, Blizzard uses only BLEND and ADD AlphaModes in their own UI code. See Also: UITYPE AlphaMode")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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