Searched refs:hue_color_f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4308 ImVec4 hue_color_f(1, 1, 1, 1); ColorConvertHSVtoRGB(H, 1, 1, hue_color_f.x, hue_color_f.y, hue_color_f.z); local in function:ImGui::ColorPicker4 4309 ImU32 hue_color32 = ColorConvertFloat4ToU32(hue_color_f);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4308 ImVec4 hue_color_f(1, 1, 1, 1); ColorConvertHSVtoRGB(H, 1, 1, hue_color_f.x, hue_color_f.y, hue_color_f.z); local in function:ImGui::ColorPicker4 4309 ImU32 hue_color32 = ColorConvertFloat4ToU32(hue_color_f);
|
Completed in 28 milliseconds