GeonBit.UI icon indicating copy to clipboard operation
GeonBit.UI copied to clipboard

Fix incorrect RGB values in xml

Open DavidFidge opened this issue 1 year ago • 1 comments

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 avatar Jan 27 '24 06:01 DavidFidge

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.

DavidFidge avatar Jan 27 '24 06:01 DavidFidge