MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / PushStyleColor

Function PushStyleColor

Source/GUI/ImGuiBinding.cpp:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void PushStyleColor(String name, Color color) {
640 ImGui::PushStyleColor(ColorIndex(name), color.toVec4());
641}
642
643void PushStyleColor(uint32_t name, Color color) {
644 ImGui::PushStyleColor(name, color.toVec4());

Callers 4

TextColoredFunction · 0.70
TextDisabledFunction · 0.70
showStatsMethod · 0.70
imgui__push_style_colorFunction · 0.50

Calls 2

ColorIndexFunction · 0.85
toVec4Method · 0.80

Tested by

no test coverage detected