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

Method setTextShadowColour

MyGUIEngine/src/MyGUI_EditBox.cpp:2285–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283 }
2284
2285 void EditBox::setTextShadowColour(const Colour& _value)
2286 {
2287 Base::setTextShadowColour(_value);
2288
2289 if (mClientText != nullptr)
2290 mClientText->setShadowColour(_value);
2291 }
2292
2293 void EditBox::setTextShadow(bool _value)
2294 {

Calls 1

setShadowColourMethod · 0.80

Tested by

no test coverage detected