WoW:XML/ALPHAMODE: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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")
 
m (Move page script moved page XML/ALPHAMODE to WoW:XML/ALPHAMODE without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

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