WoW:API UIObject SetAlpha: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
Sets the alpha of selected model. Alpha is an integer between 0 and 255, 255 being opaque, 0 being transparent.
{{widgetmethod}}


e.g. Model:SetAlpha(200); makes the model translucent, more visible than not.
Sets the alpha of given object. Alpha is an integer between 0 and 255, 255 being opaque, 0 being transparent.


----
e.g. MyFrame:SetAlpha(200); makes the frame translucent, more visible than not.
{{template:WoW API}}

Revision as of 12:15, 10 June 2006

Widget API ← UIObject < SetAlpha

Sets the alpha of given object. Alpha is an integer between 0 and 255, 255 being opaque, 0 being transparent.

e.g. MyFrame:SetAlpha(200); makes the frame translucent, more visible than not.