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

Method setColour

MyGUIEngine/src/MyGUI_Widget.cpp:1074–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072 }
1073
1074 void Widget::setColour(const Colour& _value)
1075 {
1076 _setSkinItemColour(_value);
1077
1078 for (auto& widget : mWidgetChildSkin)
1079 widget->setColour(_value);
1080 }
1081
1082 IntSize Widget::getParentSize() const
1083 {

Callers 5

SetColourFunction · 0.45
drawSplineMethod · 0.45
parseTextMethod · 0.45
createSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected