mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346)
This commit is contained in:
@ -686,7 +686,7 @@ void ImGui::ShowTestWindow(bool* p_open)
|
||||
ImGui::ColorButton("MyColor##3b", *(ImVec4*)&color, alpha_previw_flags, ImVec2(80,80));
|
||||
|
||||
ImGui::Text("Color picker:");
|
||||
static bool alpha = false;
|
||||
static bool alpha = true;
|
||||
static bool alpha_bar = false;
|
||||
static int inputs_mode = 2;
|
||||
static float width = 200.0f;
|
||||
|
Reference in New Issue
Block a user