MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getCurrentColor

Method getCurrentColor

Gui/NodeGui.cpp:3255–3261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3253}
3254
3255QColor
3256NodeGui::getCurrentColor() const
3257{
3258 QMutexLocker k(&_currentColorMutex);
3259
3260 return _currentColor;
3261}
3262
3263void
3264NodeGui::setCurrentColor(const QColor & c)

Callers 6

drawRangeMethod · 0.45
initializeMethod · 0.45
createGuiMethod · 0.45
drawColoredIndicatorsMethod · 0.45
drawRowMethod · 0.45
drawBranchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected