struct ImGuiColorMod

Overview

#include <imgui_internal.h>

struct ImGuiColorMod
{
    // fields

    ImGuiCol Col;
    ImVec4 BackupValue;
};