MCPcopy 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

setPointsMethod · 0.45
_rebuildGeometryMethod · 0.45
textureInvalidateMethod · 0.45
~LayerNodeMethod · 0.45
shutdownOverrideMethod · 0.45
setEditPasswordMethod · 0.45
eraseTextMethod · 0.45
commandResetRedoMethod · 0.45
commandResetHistoryMethod · 0.45
unloadAllMethod · 0.45
_unloadDelayDynLibsMethod · 0.45
mouseDragMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected