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

Method setTextShadowColour

MyGUIEngine/src/MyGUI_TextBox.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 void TextBox::setTextShadowColour(const Colour& _value)
108 {
109 if (nullptr != getSubWidgetText())
110 getSubWidgetText()->setShadowColour(_value);
111 }
112
113 const Colour& TextBox::getTextShadowColour() const
114 {

Callers

nothing calls this directly

Calls 1

setShadowColourMethod · 0.80

Tested by

no test coverage detected