MCPcopy Create free account
hub / github.com/Nelarius/imnodes / PopColorStyle

Function PopColorStyle

imnodes.cpp:2550–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2548}
2549
2550void PopColorStyle()
2551{
2552 assert(GImNodes->ColorModifierStack.size() > 0);
2553 const ImNodesColElement elem = GImNodes->ColorModifierStack.back();
2554 GImNodes->Style.Colors[elem.Item] = elem.Color;
2555 GImNodes->ColorModifierStack.pop_back();
2556}
2557
2558struct ImNodesStyleVarInfo
2559{

Callers 1

showMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected