imgui_set_theme_color
Set ImGui UI theme colors by name, such as WindowBg, Button, or Text, using RGBA values to customize the visual style of your game interface in real time.
Instructions
Set a specific ImGui style color by name. Color names include: Text, WindowBg, FrameBg, Button, ButtonHovered, ButtonActive, Header, HeaderHovered, HeaderActive, Border, CheckMark, SliderGrab, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | RGBA color values [r, g, b, a] each 0.0-1.0 | |
| col_name | Yes | ImGui color name (e.g. 'WindowBg', 'Button', 'Text') |