Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/src/MyGUI_Colour.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void Colour::clear()
52
{
53
red = green = blue = alpha = 0;
54
}
55
56
std::string Colour::print() const
57
{
Callers
15
setPoints
Method · 0.45
_rebuildGeometry
Method · 0.45
textureInvalidate
Method · 0.45
~LayerNode
Method · 0.45
shutdownOverride
Method · 0.45
setEditPassword
Method · 0.45
eraseText
Method · 0.45
commandResetRedo
Method · 0.45
commandResetHistory
Method · 0.45
unloadAll
Method · 0.45
_unloadDelayDynLibs
Method · 0.45
mouseDrag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected