Home
last modified time | relevance | path

Searched refs:PushStyleColor (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/games/pioneer/pioneer-20210723/data/pigui/libs/
H A Dbuttons.lua67 pigui.PushStyleColor("Button", bg_color)
69 pigui.PushStyleColor("ButtonHovered", bg_color:tint(0.1))
70 pigui.PushStyleColor("ButtonActive", bg_color:tint(0.2))
72 pigui.PushStyleColor("ButtonHovered", bg_color)
73 pigui.PushStyleColor("ButtonActive", bg_color)
76 pigui.PushStyleColor("Button", bg_color:shade(0.6))
81 pigui.PushStyleColor("ButtonHovered", bg_color)
82 pigui.PushStyleColor("ButtonActive", bg_color)
124 pigui.PushStyleColor("Button", bg_color)
126 pigui.PushStyleColor("ButtonActive", bg_color:tint(0.2))
[all …]
H A Dtext-table.lua49 local color = row.color and pigui.PushStyleColor('Text', row.color)
58 local color = v.color and pigui.PushStyleColor('Text', v.color)
90 local color = t.color and pigui.PushStyleColor('Text', t.color)
H A Dwrappers.lua574 pigui.PushStyleColor(k, v)
636 pigui.PushStyleColor(k, v)
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_imhex_extensions.cpp37 PushStyleColor(ImGuiCol_Text, ImU32(col)); in Hyperlink()
70 PushStyleColor(ImGuiCol_Text, ImU32(col)); in BulletHyperlink()
113 PushStyleColor(ImGuiCol_Text, GetColorU32(ImGuiCol_ButtonActive)); in DescriptionButton()
116 PushStyleColor(ImGuiCol_Text, GetColorU32(ImGuiCol_Text)); in DescriptionButton()
138 PushStyleColor(ImGuiCol_Text, ImU32(color)); in UnderlinedText()
H A DImGuiFileBrowser.cpp239 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.882f, 0.745f, 0.078f, 1.0f)); in renderNavAndSearchBarRegion()
256 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(1.0f, 1.0f, 1.0f, 0.01f)); in renderNavAndSearchBarRegion()
257 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1.0f, 1.0f, 1.0f, 1.0f)); in renderNavAndSearchBarRegion()
263 … ImGui::PushStyleColor(ImGuiCol_FrameBg, ImVec4(0.125f, 0.125f, 0.125f, 1.0f)); in renderNavAndSearchBarRegion()
265 … ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.882f, 0.745f, 0.078f, 1.0f)); in renderNavAndSearchBarRegion()
282 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(1.0f, 1.0f, 1.0f, 0.01f)); in renderNavAndSearchBarRegion()
283 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1.0f, 1.0f, 1.0f, 1.0f)); in renderNavAndSearchBarRegion()
366 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.882f, 0.745f, 0.078f,1.0f)); in renderFileListRegion()
622 ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0.1f, 0.1f, 0.1f, 1.0f)); in renderInputComboBox()
623 ImGui::PushStyleColor(ImGuiCol_FrameBg, ImVec4(0.125f, 0.125f, 0.125f, 1.0f)); in renderInputComboBox()
[all …]
/dports/editors/imhex/ImHex-1.7.0/source/views/
H A Dview_bookmarks.cpp68 ImGui::PushStyleColor(ImGuiCol_Header, color); in drawContent()
69 ImGui::PushStyleColor(ImGuiCol_HeaderActive, color); in drawContent()
70 ImGui::PushStyleColor(ImGuiCol_HeaderHovered, u32(hoverColor)); in drawContent()
H A Dview_pattern.cpp225 …ImGui::PushStyleColor(ImGuiCol_ChildBg, this->m_textEditor.GetPalette()[u32(TextEditor::PaletteInd… in drawContent()
231 …ImGui::PushStyleColor(ImGuiCol_Text, this->m_textEditor.GetPalette()[u32(TextEditor::PaletteIndex:… in drawContent()
234 …ImGui::PushStyleColor(ImGuiCol_Text, this->m_textEditor.GetPalette()[u32(TextEditor::PaletteIndex:… in drawContent()
237 …ImGui::PushStyleColor(ImGuiCol_Text, this->m_textEditor.GetPalette()[u32(TextEditor::PaletteIndex:… in drawContent()
240 …ImGui::PushStyleColor(ImGuiCol_Text, this->m_textEditor.GetPalette()[u32(TextEditor::PaletteIndex:… in drawContent()
H A Dview_help.cpp20 ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0.2F, 0.2F, 0.2F, 0.3F)); in drawCodeSegment()
64 ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0.2F, 0.2F, 0.2F, 0.3F)); in drawAboutPopup()
/dports/graphics/milton/milton-1.9.1/src/
H A Dgui.cc724 ImGui::PushStyleColor(ImGuiCol_TitleBg, color_title_bg); ++color_stack; in milton_imgui_tick()
725 ImGui::PushStyleColor(ImGuiCol_TitleBgActive, color_title_fg); ++color_stack; in milton_imgui_tick()
726 ImGui::PushStyleColor(ImGuiCol_Text, color_text); ++color_stack; in milton_imgui_tick()
727 ImGui::PushStyleColor(ImGuiCol_MenuBarBg, color_title_bg); ++color_stack; in milton_imgui_tick()
728 ImGui::PushStyleColor(ImGuiCol_TextSelectedBg, color_buttons_active); ++color_stack; in milton_imgui_tick()
729 ImGui::PushStyleColor(ImGuiCol_FrameBg, frame_background); ++color_stack; in milton_imgui_tick()
731 ImGui::PushStyleColor(ImGuiCol_SliderGrab, color_buttons); ++color_stack; in milton_imgui_tick()
734 ImGui::PushStyleColor(ImGuiCol_Button, color_buttons); ++color_stack; in milton_imgui_tick()
738 ImGui::PushStyleColor(ImGuiCol_Header, color_buttons); ++color_stack; in milton_imgui_tick()
742 ImGui::PushStyleColor(ImGuiCol_ScrollbarGrab, color_buttons); ++color_stack; in milton_imgui_tick()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dexample-glue.cpp76 ImGui::PushStyleColor(ImGuiCol_Button, _color); in bar()
77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
78 ImGui::PushStyleColor(ImGuiCol_ButtonActive, _color); in bar()
169 ImGui::PushStyleColor(ImGuiCol_Text in showExampleDialog()
314 ImGui::PushStyleColor(ImGuiCol_PlotHistogram, ImColor(0.0f, 0.5f, 0.15f, 1.0f).Value); in showExampleDialog()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dexample-glue.cpp76 ImGui::PushStyleColor(ImGuiCol_Button, _color); in bar()
77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
78 ImGui::PushStyleColor(ImGuiCol_ButtonActive, _color); in bar()
169 ImGui::PushStyleColor(ImGuiCol_Text in showExampleDialog()
314 ImGui::PushStyleColor(ImGuiCol_PlotHistogram, ImColor(0.0f, 0.5f, 0.15f, 1.0f).Value); in showExampleDialog()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DNotificationManager.cpp73 ImGui::PushStyleColor(idx, col); in push_style_color()
594 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(.0f, .0f, .0f, .0f)); in render_hypertext()
595 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_hypertext()
596 ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(.0f, .0f, .0f, .0f)); in render_hypertext()
639 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(.0f, .0f, .0f, .0f)); in render_close_button()
640 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_close_button()
643 ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(.0f, .0f, .0f, .0f)); in render_close_button()
739 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(.0f, .0f, .0f, .0f)); in render_minimize_button()
740 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_minimize_button()
974 ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(.0f, .0f, .0f, .0f)); in render_eject_button()
[all …]
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/
H A Ddebugimgui.cpp1355 ImGui::PushStyleColor(ImGuiCol_WindowBg,ImVec4(1.0f,1.0f,1.0f,0.9f)); in update()
1356 ImGui::PushStyleColor(ImGuiCol_Text,ImVec4(0.0f,0.0f,0.0f,1.0f)); in update()
1357 ImGui::PushStyleColor(ImGuiCol_TextDisabled,ImVec4(0.0f,0.0f,1.0f,1.0f)); in update()
1358 ImGui::PushStyleColor(ImGuiCol_MenuBarBg,ImVec4(0.5f,0.5f,0.5f,0.8f)); in update()
1359 ImGui::PushStyleColor(ImGuiCol_TitleBg,ImVec4(0.6f,0.6f,0.8f,0.8f)); in update()
1360 ImGui::PushStyleColor(ImGuiCol_TitleBgActive,ImVec4(0.7f,0.7f,0.95f,0.8f)); in update()
1361 ImGui::PushStyleColor(ImGuiCol_FrameBg,ImVec4(0.5f,0.5f,0.5f,0.8f)); in update()
1362 ImGui::PushStyleColor(ImGuiCol_PopupBg,ImVec4(0.8f,0.8f,0.8f,0.8f)); in update()
1363 ImGui::PushStyleColor(ImGuiCol_ScrollbarGrab,ImVec4(0.6f,0.6f,0.6f,0.8f)); in update()
1365 ImGui::PushStyleColor(ImGuiCol_ScrollbarGrabActive,ImVec4(0.9f,0.9f,0.9f,0.8f)); in update()
[all …]
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/
H A Ddebugimgui.cpp1355 ImGui::PushStyleColor(ImGuiCol_WindowBg,ImVec4(1.0f,1.0f,1.0f,0.9f)); in update()
1356 ImGui::PushStyleColor(ImGuiCol_Text,ImVec4(0.0f,0.0f,0.0f,1.0f)); in update()
1357 ImGui::PushStyleColor(ImGuiCol_TextDisabled,ImVec4(0.0f,0.0f,1.0f,1.0f)); in update()
1358 ImGui::PushStyleColor(ImGuiCol_MenuBarBg,ImVec4(0.5f,0.5f,0.5f,0.8f)); in update()
1359 ImGui::PushStyleColor(ImGuiCol_TitleBg,ImVec4(0.6f,0.6f,0.8f,0.8f)); in update()
1360 ImGui::PushStyleColor(ImGuiCol_TitleBgActive,ImVec4(0.7f,0.7f,0.95f,0.8f)); in update()
1361 ImGui::PushStyleColor(ImGuiCol_FrameBg,ImVec4(0.5f,0.5f,0.5f,0.8f)); in update()
1362 ImGui::PushStyleColor(ImGuiCol_PopupBg,ImVec4(0.8f,0.8f,0.8f,0.8f)); in update()
1363 ImGui::PushStyleColor(ImGuiCol_ScrollbarGrab,ImVec4(0.6f,0.6f,0.6f,0.8f)); in update()
1365 ImGui::PushStyleColor(ImGuiCol_ScrollbarGrabActive,ImVec4(0.9f,0.9f,0.9f,0.8f)); in update()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_demo.cpp493 ImGui::PushStyleColor(ImGuiCol_Button, ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowTestWindow()
494 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowTestWindow()
495 ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowTestWindow()
655 ImGui::PushStyleColor(ImGuiCol_FrameBg, ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowTestWindow()
656 ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, ImColor::HSV(i/7.0f, 0.6f, 0.5f)); in ShowTestWindow()
657 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowTestWindow()
658 ImGui::PushStyleColor(ImGuiCol_SliderGrab, ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowTestWindow()
1073 ImGui::PushStyleColor(ImGuiCol_Button, ImColor::HSV(hue, 0.6f, 0.6f)); in ShowTestWindow()
1074 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(hue, 0.7f, 0.7f)); in ShowTestWindow()
1075 ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImColor::HSV(hue, 0.8f, 0.8f)); in ShowTestWindow()
[all …]
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DWidgets.cpp23 ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0, 0, 0, 0)); in RadialPopupSelectMenu()
24 ImGui::PushStyleColor(ImGuiCol_PopupBg, ImVec4(0, 0, 0, 0)); in RadialPopupSelectMenu()
25 ImGui::PushStyleColor(ImGuiCol_Border, 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()
93 ImGui::PushStyleColor(ImGuiCol_Border, ImVec4(0, 0, 0, 0)); in BeginPiePopup()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_demo.cpp310 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.6f)); in ShowDemoWindow()
311 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.7f)); in ShowDemoWindow()
312 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.8f, 0.8f)); in ShowDemoWindow()
1082 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i / 7.0f, 0.5f, 0.5f)); in ShowDemoWindow()
1083 ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.5f)); in ShowDemoWindow()
1084 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.5f)); in ShowDemoWindow()
1085 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i / 7.0f, 0.9f, 0.9f)); in ShowDemoWindow()
1514 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindow()
1515 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindow()
1516 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindow()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_demo.cpp310 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.6f)); in ShowDemoWindow()
311 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.7f)); in ShowDemoWindow()
312 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.8f, 0.8f)); in ShowDemoWindow()
1082 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i / 7.0f, 0.5f, 0.5f)); in ShowDemoWindow()
1083 ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.5f)); in ShowDemoWindow()
1084 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.5f)); in ShowDemoWindow()
1085 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i / 7.0f, 0.9f, 0.9f)); in ShowDemoWindow()
1514 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindow()
1515 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindow()
1516 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindow()
[all …]
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_demo.cpp421 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets()
422 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
423 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindowWidgets()
1275 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindowWidgets()
1277 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindowWidgets()
1278 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindowWidgets()
1592 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
1962 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout()
1964 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindowLayout()
3182 ImGui::PushStyleColor(ImGuiCol_Text, col); in Draw()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_demo.cpp425 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets()
426 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
427 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindowWidgets()
1279 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindowWidgets()
1281 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindowWidgets()
1282 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindowWidgets()
1596 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
1966 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout()
1968 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindowLayout()
3186 ImGui::PushStyleColor(ImGuiCol_Text, col); in Draw()
[all …]
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_demo.cpp391 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindow()
392 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindow()
393 … ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindow()
1238 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindow()
1239 … ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.5f)); in ShowDemoWindow()
1240 … ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindow()
1241 … ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindow()
1828 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindow()
1829 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindow()
1830 … ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindow()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_demo.cpp398 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindow()
399 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindow()
400 … ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindow()
1250 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindow()
1251 … ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.5f)); in ShowDemoWindow()
1252 … ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindow()
1253 … ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindow()
1840 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindow()
1841 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindow()
1842 … ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindow()
[all …]
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_demo.cpp468 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets()
469 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
470 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindowWidgets()
1475 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindowWidgets()
1476 … ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.5f)); in ShowDemoWindowWidgets()
1477 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindowWidgets()
1478 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindowWidgets()
1835 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
2322 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout()
2324 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindowLayout()
[all …]
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_demo.cpp473 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets()
474 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
475 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i/7.0f, 0.8f, 0.8f)); in ShowDemoWindowWidgets()
1487 ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i/7.0f, 0.5f, 0.5f)); in ShowDemoWindowWidgets()
1488 … ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.5f)); in ShowDemoWindowWidgets()
1489 ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.5f)); in ShowDemoWindowWidgets()
1490 ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i/7.0f, 0.9f, 0.9f)); in ShowDemoWindowWidgets()
1847 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
2334 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout()
2336 ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); in ShowDemoWindowLayout()
[all …]

1234567