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

Method _setSkinItemColour

MyGUIEngine/src/MyGUI_SkinItem.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void SkinItem::_setSkinItemColour(const Colour& _value)
30 {
31 for (auto& skin : mSubSkinChild)
32 {
33 ISubWidgetRect* rect = skin->castType<ISubWidgetRect>(false);
34 if (rect)
35 rect->_setColour(_value);
36 }
37 }
38
39 void SkinItem::_setSkinItemAlpha(float _value)
40 {

Callers

nothing calls this directly

Calls 1

_setColourMethod · 0.45

Tested by

no test coverage detected