Searched refs:ref_color (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1128 static bool ref_color = false; local in function:ShowDemoWindowWidgets
1138 ImGui::Checkbox("With Ref Color", &ref_color);
1139 if (ref_color)
1158 ImGui::ColorPicker4("MyColor##4", (float*)&color, flags, ref_color ? &ref_color_v.x : NULL);

Completed in 10 milliseconds