MCPcopy Create free account
hub / github.com/MyGUI/mygui / getAlpha

Method getAlpha

MyGUIEngine/src/MyGUI_Widget.cpp:1337–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335 }
1336
1337 float Widget::getAlpha() const
1338 {
1339 return mAlpha;
1340 }
1341
1342 bool Widget::getInheritsAlpha() const
1343 {

Callers 6

commandMethod · 0.80
addTimeMethod · 0.80
OnInitialiseMethod · 0.80
notifyFrameStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected