Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyEndDialog
Method · 0.45
Calls
2
parse
Function · 0.50
getOnlyText
Method · 0.45
Tested by
no test coverage detected