Searched refs:ImGuiColorMod (Results 1 – 2 of 2) sorted by relevance
64 struct ImGuiColorMod; // Stacked color modifier, backup of modified data so we can re…515 struct ImGuiColorMod struct810 …ImVector<ImGuiColorMod> ColorModifiers; // Stack for PushStyleColor()/PopStyle…
5759 ImGuiColorMod backup; in PushStyleColor()5769 ImGuiColorMod backup; in PushStyleColor()5781 ImGuiColorMod& backup = g.ColorModifiers.back(); in PopStyleColor()