MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ColorButton

Function ColorButton

Source/GUI/ImGuiBinding.cpp:870–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870bool ColorButton(const char* desc_id, Color col, Slice* flags, int flagCount, const Vec2& size) {
871 return ImGui::ColorButton(desc_id, col.toVec4(), ColorEditFlags(flags, flagCount), size);
872}
873
874void Columns(int count, bool border) {
875 ImGui::Columns(count, nullptr, border);

Callers 14

imgui__color_button_optsFunction · 0.85
ColorEdit4Method · 0.85
ColorPicker4Method · 0.85
ColorButtonMethod · 0.85
ColorTooltipMethod · 0.85
DemoWindowTablesFunction · 0.85
DemoWindowInputsFunction · 0.85

Calls 3

ColorEditFlagsFunction · 0.85
toVec4Method · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected