Home
last modified time | relevance | path

Searched refs:col_without_alpha (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp4434 ImVec4 col_without_alpha(col.x, col.y, col.z, 1.0f); in ColorButton() local
4444 …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()