imgui_pop_style_color
Remove color style overrides from the style stack for a specified window or widget, restoring previously pushed style colors to their original values in Dear ImGui UIs.
Instructions
Pop style color overrides from the style stack for a specific window or widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of style colors to pop (default 1) | |
| target | Yes | Target window or widget id |