Searched defs:col_v4 (Results 1 – 1 of 1) sorted by relevance
3951 const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); in ColorEdit4() local4250 … ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); in ColorPicker4() local