mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Added Source Geometry properties. Started implementing Layers View.
This commit is contained in:
@@ -797,6 +797,12 @@ void ImGuiToolkit::ShowStats(bool *p_open, int* p_corner)
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
ImVec4 ImGuiToolkit::GetHighlightColor()
|
||||
{
|
||||
ImVec4* colors = ImGui::GetStyle().Colors;
|
||||
return colors[ImGuiCol_CheckMark];
|
||||
}
|
||||
|
||||
void ImGuiToolkit::SetAccentColor(accent_color color)
|
||||
{
|
||||
ImVec4* colors = ImGui::GetStyle().Colors;
|
||||
|
||||
Reference in New Issue
Block a user