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

Method setAlpha

MyGUIEngine/src/MyGUI_Widget.cpp:466–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 void Widget::setAlpha(float _alpha)
467 {
468 if (mAlpha == _alpha)
469 return;
470 mAlpha = _alpha;
471
472 _updateAlpha();
473 }
474
475 void Widget::_updateAlpha()
476 {

Callers 15

ExportWidget_SetAlphaFunction · 0.45
setFunction · 0.45
setSmoothShowMethod · 0.45
notifyFrameEventMethod · 0.45
commandMethod · 0.45
_showItemMethod · 0.45
_notifyDeleteItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected