RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Fix incorrect RGB values in xml #140

Open DavidFidge opened 7 months ago

DavidFidge commented 7 months ago

Fix incorrect RGB values in xml (they seem to have no effect in the example program because it uses the packed value, however it is a source of confusion for anyone who is debugging or trying to figure out how the code works).

DavidFidge commented 7 months ago

The XML is a bit strange in the order that the color components are defined (BGRA instead of RGBA or ARGB). I suspect you used a tool to generate this and got the R and B mixed up.