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

Class ImColor

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

Helper to build glyph ranges from text/string data

Source from the content-addressed store, hash-verified

146struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset)
147struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data
148struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using)
149struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h)
150struct ImGuiIO; // Main configuration and I/O between your application and ImGui
151struct ImGuiInputTextCallbackData; // Shared state of InputText() when using custom ImGuiInputTextCallback (rare/advanced use)

Callers 2

HSVMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected