98ahni / Resonate

A timing tool for ECHO
https://98ahni.github.io/Resonate-App/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Dear ImGui uses a reversed color order #24

Closed 98ahni closed 5 months ago

98ahni commented 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.

98ahni commented 5 months ago

There is now a macro in ImGuiExt.h called IM_COL32_FROM_DOC() which fixes the discrepancy.