BlzFrameSetAlpha
- Parameters
frame framehandlealpha integer0 to 255.
- comment
Affects child-Frames, when they don't have an own Alpha.
- note
Apply alpha after the frame has been parented, anchored and sized. Alpha set on a bare frame can be reset by later layout or parent changes.
- note
A shown, enabled frame can still intercept mouse input at alpha
0. Disable it or hide it when it should not block frames behind it.- bug
Do not call this native on
StringorTexturechildren of a SimpleFrame; doing so can crash the game.- patch
1.31.0.11889
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native BlzFrameSetAlpha takes framehandle frame, integer alpha returns nothing