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

Method getColour

Tools/LayoutEditor/PropertyFieldColour.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 MyGUI::Colour PropertyFieldColour::getColour()
199 {
200 return MyGUI::Colour::parse(mField->getOnlyText());
201 }
202
203 void PropertyFieldColour::setVisible(bool _value)
204 {

Callers 1

notifyEndDialogMethod · 0.45

Calls 2

parseFunction · 0.50
getOnlyTextMethod · 0.45

Tested by

no test coverage detected