Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ hasOverlayColor
Method
hasOverlayColor
Gui/DockablePanel.cpp:1538–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1536
}
1537
1538
bool
1539
DockablePanel::hasOverlayColor() const
1540
{
1541
QMutexLocker locker(&_imp->_currentColorMutex);
1542
1543
return _imp->_hasOverlayColor;
1544
}
1545
1546
void
1547
DockablePanel::setCurrentColor(const QColor & c)
Callers
1
getOverlayColor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected