Lines Matching refs:ImVec4
253 void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) in TextColored()
261 void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) in TextColoredV()
842 …st ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec4& tint_col, const ImVec4& borde… in Image()
870 …onst ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVec4& tint_c… in ImageButton()
3621 …const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + s… in InputTextEx()
3951 const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); in ColorEdit4()
4250 … ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); in ColorPicker4()
4257 …ImVec4 ref_col_v4(ref_col[0], ref_col[1], ref_col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f… in ColorPicker4()
4308 …ImVec4 hue_color_f(1, 1, 1, 1); ColorConvertHSVtoRGB(H, 1, 1, hue_color_f.x, hue_color_f.y, hue_co… in ColorPicker4()
4310 ImU32 col32_no_alpha = ColorConvertFloat4ToU32(ImVec4(col[0], col[1], col[2], 1.0f)); in ColorPicker4()
4410 bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags, ImVec2 s… in ColorButton()
4434 ImVec4 col_without_alpha(col.x, col.y, col.z, 1.0f); in ColorButton()
4449 ImVec4 col_source = (flags & ImGuiColorEditFlags_AlphaPreview) ? col : col_without_alpha; in ColorButton()
4516 …ColorButton("##preview", ImVec4(col[0], col[1], col[2], col[3]), (flags & (ImGuiColorEditFlags_NoA… in ColorTooltip()
4596 ImVec4 dummy_ref_col; in ColorPickerOptionsPopup()
6223 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; in TabBarScrollingButtons()
6227 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarScrollingButtons()
6269 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; in TabBarTabListPopupButton()
6272 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarTabListPopupButton()