Closed 98ahni closed 5 months ago
Dear ImGui stores colors in ABGR format (or RGBA if you read it backwards) which doesn't play nice with the ECHO format.
There is now a macro in ImGuiExt.h called IM_COL32_FROM_DOC() which fixes the discrepancy.
Dear ImGui stores colors in ABGR format (or RGBA if you read it backwards) which doesn't play nice with the ECHO format.