Searched defs:HSV (Results 1 - 2 of 2) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.h | 1715 static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r,g,b; ImGui::ColorConvertHSVtoRGB(h, s, v, r, g, b); return ImColor(r,g,b,a); } in HSV() function
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.h | 2252 static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r, g, b; ImGui::ColorConvertHSVtoRGB(h, s, v, r, g, b); return ImColor(r, g, b, a); } in HSV() function
|
Completed in 22 milliseconds