ImGui ImVec4 Color Picker
ImGui ImVec4 Color Picker highlights ImVec4(r, g, b, a) calls in your C++ code and provides an inline color wheel to edit them.
Features
- Detects any
ImVec4(...) constructor calls in both saved and unsaved C++ buffers
- Shows a gutter swatch and launches a color picker on click
- Updates your code in-place with the chosen RGBA values
Installation
- Via Marketplace
code --install-extension maxbeehler.imvec4-color-picker
| |