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

Function PushColorStyle

imnodes.cpp:2544–2548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2542}
2543
2544void PushColorStyle(const ImNodesCol item, unsigned int color)
2545{
2546 GImNodes->ColorModifierStack.push_back(ImNodesColElement(GImNodes->Style.Colors[item], item));
2547 GImNodes->Style.Colors[item] = color;
2548}
2549
2550void PopColorStyle()
2551{

Callers 1

showMethod · 0.85

Calls 1

ImNodesColElementClass · 0.85

Tested by

no test coverage detected