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

Method getColor

Gui/NodeGui.cpp:3532–3542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3530}
3531
3532void
3533NodeGui::getColor(double* r,
3534 double *g,
3535 double* b) const
3536{
3537 QColor c = getCurrentColor();
3538
3539 *r = c.redF();
3540 *g = c.greenF();
3541 *b = c.blueF();
3542}
3543
3544void
3545NodeGui::setColor(double r,

Callers 11

updateItemGuiMethod · 0.45
insertItemRecursivelyMethod · 0.45
onItemDoubleClickedMethod · 0.45
drawGroupOverlayMethod · 0.45
createItemsMethod · 0.45
loadNodeGuiSerializationFunction · 0.45
xml_iarchive>Method · 0.45
DockablePanel.cppFile · 0.45
copyFromMethod · 0.45
editNodeRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected