WoW API type: UITYPE AlphaMode

From AddOn Studio
Revision as of 00:11, 28 September 2007 by WoWWiki>Fibby
Jump to navigation Jump to search

API types

AlphaMode can take following values:

  • "DISABLE" - opaque texture
  • "BLEND" - normal painting on top of the background, obeying alpha channels if present in the image
  • "ALPHAKEY" - one-bit alpha
  • "ADD" - additive blend
  • "MOD" - modulating blend

Notes

  • alphaMode attribute of Texture widget has type AlphaMode.
  • As of patch 2.2.0, Blizzard uses only BLEND and ADD AlphaModes in their code.