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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4297 float new_H, new_S, new_V; local in function:ImGui::ColorPicker4
4298 ColorConvertRGBtoHSV(col[0], col[1], col[2], new_H, new_S, new_V);
4303 else if (new_S <= 0)
4304 ColorConvertHSVtoRGB(H, new_S <= 0 ? S * 0.5f : new_S, new_V, col[0], col[1], col[2]);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4297 float new_H, new_S, new_V; local in function:ImGui::ColorPicker4
4298 ColorConvertRGBtoHSV(col[0], col[1], col[2], new_H, new_S, new_V);
4303 else if (new_S <= 0)
4304 ColorConvertHSVtoRGB(H, new_S <= 0 ? S * 0.5f : new_S, new_V, col[0], col[1], col[2]);

Completed in 25 milliseconds