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