Home
last modified time | relevance | path

Searched refs:style_alpha (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1851 float style_alpha = GImGui->Style.Alpha; in GetColorU32() local
1852 if (style_alpha >= 1.0f) in GetColorU32()
1855 a = (ImU32)(a * style_alpha); // We don't need to clamp 0..255 because Style.Alpha is in 0..1 range. in GetColorU32()

Completed in 17 milliseconds