MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / HSV

Method HSV

Externals/imgui-1.46/Include/imgui.h:980–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978 operator ImVec4() const { return Value; }
979
980 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); }
981};
982
983// Helper: Manually clip large list of items.

Callers

nothing calls this directly

Calls 1

ImColorClass · 0.85

Tested by

no test coverage detected