RSS

Среда, 24.04.2024, 02:45
Главная » WoW API » API Виджеты » Альфа »

Alpha:SetChange(change)

[ править ]
Sets the animation's amount of alpha (opacity) change.
[клоны]
Sets the animation's amount of alpha (opacity) change. A region's alpha value can be between 0 (fully transparent) and 1 (fully opaque); thus, an animation which changes alpha by 1 will always increase the region to full opacity, regardless of the region's existing alpha (and an animation whose change amount is -1 will reduce the region to fully transparent).


Signature:
Code
Alpha:SetChange(change)

Arguments:
  • change - Amount by which the region's alpha value should change over the animation's duration (between -1 and 1) (number)

Также смотрите: Альфа
Ссылки: http://wowprogramming.com/docs/widgets/Alpha/SetChange