// DPI aware scale utility: the scale should proportional to the font size const ImVec4 frame_on(0.3f, 0.85f, 0.39f, 1.0f); const ImVec4 frame_on_hover(0.0f, 1.0f, 0 ...
// ImGuiTogglePalette: A collection of colors used to customize the rendering of a toggle widget. // Leaving any ImVec4 as default (zero) will allow the theme color to be used for that member. // The ...