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

Function ItemIcon

Source/3rdParty/implot/implot.cpp:4902–4904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4900//-----------------------------------------------------------------------------
4901
4902void ItemIcon(const ImVec4& col) {
4903 ItemIcon(ImGui::ColorConvertFloat4ToU32(col));
4904}
4905
4906void ItemIcon(ImU32 col) {
4907 const float txt_size = ImGui::GetTextLineHeight();

Callers 2

Demo_SubplotItemSharingFunction · 0.85
Demo_DragAndDropFunction · 0.85

Calls 3

GetCurrentWindowFunction · 0.85
ImVec2Function · 0.85
AddRectFilledMethod · 0.80

Tested by

no test coverage detected