MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / HSV

Method HSV

extern/imgui/imgui.h:2468–2468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2466 // FIXME-OBSOLETE: May need to obsolete/cleanup those helpers.
2467 inline void SetHSV(float h, float s, float v, float a = 1.0f){ ImGui::ColorConvertHSVtoRGB(h, s, v, Value.x, Value.y, Value.z); Value.w = a; }
2468 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); }
2469};
2470
2471//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

ImColorClass · 0.85

Tested by

no test coverage detected