Searched refs:ColorConvertRGBtoHSV (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 639 …IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s…
|
D | imgui_widgets.cpp | 3869 ColorConvertRGBtoHSV(f[0], f[1], f[2], f[0], f[1], f[2]); in ColorEdit4() 4154 ColorConvertRGBtoHSV(col[0], col[1], col[2], H, S, V); in ColorPicker4() 4298 ColorConvertRGBtoHSV(col[0], col[1], col[2], new_H, new_S, new_V); in ColorPicker4()
|
D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() function in ImGui
|