Searched refs:col_without_alpha (Results 1 – 1 of 1) sorted by relevance
4434 ImVec4 col_without_alpha(col.x, col.y, col.z, 1.0f); in ColorButton() local4444 …RectFilled(bb_inner.Min, ImVec2(mid_x, bb_inner.Max.y), GetColorU32(col_without_alpha), rounding, … in ColorButton()4449 ImVec4 col_source = (flags & ImGuiColorEditFlags_AlphaPreview) ? col : col_without_alpha; in ColorButton()