Searched refs:ColorEdit4 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 535 ImGui::ColorEdit4("color 2", col2); 1048 ImGui::ColorEdit4("MyColor##2", (float*)&color, ImGuiColorEditFlags_HSV | misc_flags); 1051 ImGui::ColorEdit4("MyColor##2f", (float*)&color, ImGuiColorEditFlags_Float | misc_flags); 1055 ImGui::ColorEdit4("MyColor##3", (float*)&color, ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoLabel | misc_flags); 1142 ImGui::ColorEdit4("##RefColor", &ref_color_v.x, ImGuiColorEditFlags_NoInputs | misc_flags); 1369 ImGui::ColorEdit4("color 2", col2); 1446 ImGui::RadioButton("ColorEdit4", &item_type, 4); 1454 if (item_type == 4) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } // Testing multi-component items (IsItemXXX flags are reported merged) 2220 ImGui::ColorEdit4("colo [all...] |
| H A D | imgui_widgets.cpp | 3809 // - ColorEdit4() 3822 return ColorEdit4(label, col, flags | ImGuiColorEditFlags_NoAlpha); 3828 bool ImGui::ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags) function in class:ImGui 4026 // When picker is being actively used, use its active id so IsItemActive() will function on ColorEdit4(). 4280 if (ColorEdit4("##rgb", col, sub_flags | ImGuiColorEditFlags_RGB)) 4288 value_changed |= ColorEdit4("##hsv", col, sub_flags | ImGuiColorEditFlags_HSV); 4290 value_changed |= ColorEdit4("##hex", col, sub_flags | ImGuiColorEditFlags_HEX); 4294 // Try to cancel hue wrap (after ColorEdit4 call), if any
|
| H A D | imgui.h | 464 IMGUI_API bool ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0); 1094 // Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton()
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3809 // - ColorEdit4() 3822 return ColorEdit4(label, col, flags | ImGuiColorEditFlags_NoAlpha); 3828 bool ImGui::ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags) function in class:ImGui 4026 // When picker is being actively used, use its active id so IsItemActive() will function on ColorEdit4(). 4280 if (ColorEdit4("##rgb", col, sub_flags | ImGuiColorEditFlags_RGB)) 4288 value_changed |= ColorEdit4("##hsv", col, sub_flags | ImGuiColorEditFlags_HSV); 4290 value_changed |= ColorEdit4("##hex", col, sub_flags | ImGuiColorEditFlags_HEX); 4294 // Try to cancel hue wrap (after ColorEdit4 call), if any
|
| H A D | imgui.h | 464 IMGUI_API bool ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0); 1094 // Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton()
|
Completed in 68 milliseconds