Home
last modified time | relevance | path

Searched refs:ImGuiCol_WindowBg (Results 1 – 25 of 134) sorted by relevance

123456

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DNotificationManager.cpp207 …push_style_color(ImGuiCol_WindowBg, ImGui::GetStyleColorVec4(ImGuiCol_WindowBg), m_fading_out, m_c… in render()
215 push_style_color(ImGuiCol_WindowBg, backcolor, m_fading_out, m_current_fade_opacity); in render()
218 ImVec4 backcolor = ImGui::GetStyleColorVec4(ImGuiCol_WindowBg); in render()
220 push_style_color(ImGuiCol_WindowBg, backcolor, m_fading_out, m_current_fade_opacity); in render()
223 ImVec4 backcolor = ImGui::GetStyleColorVec4(ImGuiCol_WindowBg); in render()
226 push_style_color(ImGuiCol_WindowBg, backcolor, m_fading_out, m_current_fade_opacity); in render()
324 …push_style_color(ImGuiCol_WindowBg, ImGui::GetStyleColorVec4(ImGuiCol_WindowBg), m_fading_out, m_c… in render()
331 push_style_color(ImGuiCol_WindowBg, backcolor, m_fading_out, m_current_fade_opacity); in render()
333 ImVec4 backcolor = ImGui::GetStyleColorVec4(ImGuiCol_WindowBg); in render()
335 push_style_color(ImGuiCol_WindowBg, backcolor, m_fading_out, m_current_fade_opacity); in render()
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_glfw_opengl2/
H A Dmain.cpp63 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_sdl_opengl2/
H A Dmain.cpp61 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_glfw_opengl3/
H A Dmain.cpp135 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_sdl_opengl3/
H A Dmain.cpp131 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_sdl_directx11/
H A Dmain.cpp73 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_win32_directx9/
H A Dmain.cpp63 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_win32_directx10/
H A Dmain.cpp65 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_win32_directx11/
H A Dmain.cpp70 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/
H A DInteractiveApplication.cpp76 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in initializeImgui()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/opengl/glfw/imgui/
H A DImGuiMenu.cpp293 ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0,0,0,0)); in draw_labels_window()
/dports/graphics/wings/libigl-2.1.0/include/igl/opengl/glfw/imgui/
H A DImGuiMenu.cpp315 ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0,0,0,0)); in draw_labels_window()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dapplication.cpp1301 colors[ImGuiCol_WindowBg] = ImVec4(0.20f, 0.20f, 0.20f, 1.00f); //BL orig=0.25 in StyleColorsCorporateGrey()
1376 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in StyleColorsCorporateGrey()
H A Dapplication.cpp.0001290 colors[ImGuiCol_WindowBg] = ImVec4(0.20f, 0.20f, 0.20f, 1.00f); //BL orig=0.25
1365 style.Colors[ImGuiCol_WindowBg].w = 1.0f;
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DPiGui.cpp130 style.Colors[ImGuiCol_WindowBg] = ImColor(24, 26, 31); in StyleColorsDarkPlus()
H A DWidgets.cpp23 ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0, 0, 0, 0)); in RadialPopupSelectMenu()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_piemenu.cpp92 ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0, 0, 0, 0)); in BeginPiePopup()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_win32_directx12/
H A Dmain.cpp100 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_glfw_vulkan/
H A Dmain.cpp406 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_sdl_vulkan/
H A Dmain.cpp398 style.Colors[ImGuiCol_WindowBg].w = 1.0f; in main()
/dports/editors/imhex/ImHex-1.7.0/source/
H A Dwindow.cpp71 … ImGui::GetStyle().Colors[ImGuiCol_DockingEmptyBg] = ImGui::GetStyle().Colors[ImGuiCol_WindowBg]; in Window()
/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dviewer.cc200 ImGui::PushStyleColor(ImGuiCol_WindowBg, // modify the Light style in draw_frame()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/lua/
H A Dlua_imgui.cpp935 DECLARE_IMGUI_CONSTANT(ImGuiCol_WindowBg); in init_lua_imgui()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_draw.cpp137 colors[ImGuiCol_WindowBg] = ImVec4(0.06f, 0.06f, 0.06f, 0.94f); in StyleColorsDark()
189 colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.70f); in StyleColorsClassic()
244 colors[ImGuiCol_WindowBg] = ImVec4(0.94f, 0.94f, 0.94f, 1.00f); in StyleColorsLight()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_draw.cpp177 colors[ImGuiCol_WindowBg] = ImVec4(0.06f, 0.06f, 0.06f, 0.94f); in StyleColorsDark()
227 colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.70f); in StyleColorsClassic()
278 colors[ImGuiCol_WindowBg] = ImVec4(0.94f, 0.94f, 0.94f, 1.00f); in StyleColorsLight()

123456