Home
last modified time | relevance | path

Searched refs:ColorButton (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt342 …olorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEdit…
629 - The ColorEdit4() and ColorButton() widgets now support Drag and Drop.
767 - ColorButton: Reduced bordering artifact that would be particularly visible with an opaque Col_Fra…
768 - ColorButton: Fixed rendering color button with a checkerboard if the transparency comes from the …
856 - Changed signature of `ColorButton(ImVec4 col, bool small_height = false, bool outline_border = tr…
859 …lueColor()` helpers, they are equivalent to calling `Text(label)` + `SameLine()` + `ColorButton()`.
865 - Added flags to `ColorButton()`. (#346)
954 - ColorButton(): Fix ColorButton showing wrong hex value for alpha. (#1068) [@codecat]
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp1045 bool open_popup = ImGui::ColorButton("MyColor##3b", color, misc_flags); in ShowDemoWindowWidgets()
1062 …ImGui::ColorButton("##current", color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFlags_AlphaPre… in ShowDemoWindowWidgets()
1064 …if (ImGui::ColorButton("##previous", backup_color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFl… in ShowDemoWindowWidgets()
1073 …if (ImGui::ColorButton("##palette", saved_palette[n], ImGuiColorEditFlags_NoAlpha | ImGuiColorEdit… in ShowDemoWindowWidgets()
1092 ImGui::ColorButton("MyColor##3c", *(ImVec4*)&color, misc_flags, ImVec2(80,80)); in ShowDemoWindowWidgets()
Dimgui_widgets.cpp3940 if (ColorButton("##ColorButton", col_v4, flags)) in ColorEdit4()
4241ColorButton("##current", col_v4, (flags & (ImGuiColorEditFlags_HDR|ImGuiColorEditFlags_AlphaPrevie… in ColorPicker4()
4246 …if (ColorButton("##original", ref_col_v4, (flags & (ImGuiColorEditFlags_HDR|ImGuiColorEditFlags_Al… in ColorPicker4()
4398 bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags, ImVec2 s… in ColorButton() function in ImGui
4457 ColorButton(desc_id, col, flags); in ColorButton()
4504ColorButton("##preview", ImVec4(col[0], col[1], col[2], col[3]), (flags & (ImGuiColorEditFlags_NoA… in ColorTooltip()
Dimgui.h461 …IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags fl…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt942 - ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced
943 by default for standalone ColorButton.
1309 - Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfte…
1547 - ColorEdit, ColorPicker, ColorButton: Added ImGuiColorEditFlags_InputHSV to manipulate color
1994 …olorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEdit…
2308 - The ColorEdit4() and ColorButton() widgets now support Drag and Drop.
2446 - ColorButton: Reduced bordering artifact that would be particularly visible with an opaque Col_Fra…
2447 - ColorButton: Fixed rendering color button with a checkerboard if the transparency comes from the …
2535 - Changed signature of `ColorButton(ImVec4 col, bool small_height = false, bool outline_border = tr…
2538 …lueColor()` helpers, they are equivalent to calling `Text(label)` + `SameLine()` + `ColorButton()`.
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1704 bool open_popup = ImGui::ColorButton("MyColor##3b", color, misc_flags); in ShowDemoWindowWidgets()
1721 …ImGui::ColorButton("##current", color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFlags_AlphaPre… in ShowDemoWindowWidgets()
1723 …if (ImGui::ColorButton("##previous", backup_color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFl… in ShowDemoWindowWidgets()
1734 … if (ImGui::ColorButton("##palette", saved_palette[n], palette_button_flags, ImVec2(20, 20))) in ShowDemoWindowWidgets()
1757 …ImGui::ColorButton("MyColor##3c", *(ImVec4*)&color, misc_flags | (no_border ? ImGuiColorEditFlags_… in ShowDemoWindowWidgets()
Dimgui_widgets.cpp4956 if (ColorButton("##ColorButton", col_v4, flags)) in ColorEdit4()
5248ColorButton("##current", col_v4, (flags & sub_flags_to_forward), ImVec2(square_sz * 3, square_sz *… in ColorPicker4()
5253 …if (ColorButton("##original", ref_col_v4, (flags & sub_flags_to_forward), ImVec2(square_sz * 3, sq… in ColorPicker4()
5444 bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags, ImVec2 s… in ColorButton() function in ImGui
5514 ColorButton(desc_id, col, flags); in ColorButton()
5562ColorButton("##preview", cf, (flags & (ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_NoAlph… in ColorTooltip()
Dimgui.h595 …IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags fl…
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3952 if (ColorButton("##ColorButton", col_v4, flags)) in ColorEdit4()
4253ColorButton("##current", col_v4, (flags & (ImGuiColorEditFlags_HDR|ImGuiColorEditFlags_AlphaPrevie… in ColorPicker4()
4258 …if (ColorButton("##original", ref_col_v4, (flags & (ImGuiColorEditFlags_HDR|ImGuiColorEditFlags_Al… in ColorPicker4()
4410 bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags, ImVec2 s… in ColorButton() function in ImGui
4469 ColorButton(desc_id, col, flags); in ColorButton()
4516ColorButton("##preview", ImVec4(col[0], col[1], col[2], col[3]), (flags & (ImGuiColorEditFlags_NoA… in ColorTooltip()
Dimgui.h467 …IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags fl…