Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ showColourDialog
Method
showColourDialog
Tools/EditorFramework/ColourManager.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void ColourManager::showColourDialog()
84
{
85
mPreviewColour = getColour();
86
mColourPanel->setColour(mPreviewColour);
87
mColourPanel->doModal();
88
}
89
90
void ColourManager::setColour(const MyGUI::Colour& _color)
91
{
Callers
nothing calls this directly
Calls
2
setColour
Method · 0.45
doModal
Method · 0.45
Tested by
no test coverage detected