Searched refs:alpha_mul (Results 1 – 2 of 2) sorted by relevance
311 …IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retriev…
1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument1831 c.w *= style.Alpha * alpha_mul; in GetColorU32()