Files
HellionChat/ChatTwo/Ui
JonKazama-Hellion 83b9cc62c7 Fix HellionStyle palette byte order (RRGGBBAA, not AARRGGBB)
ChatTwo's ColourUtil.RgbaToAbgr expects the input to be 0xRRGGBBAA
(see Settings.cs Ko-fi buttons, e.g. 0xFF5E5BFF for Ko-fi pink),
not 0xAARRGGBB. The previous palette was bit-shifted by one byte,
which is why the supposedly cyan-teal accents rendered as
half-transparent magenta in-game.
2026-05-01 21:04:54 +02:00
..
2025-08-06 22:24:45 +02:00
2026-04-30 02:59:58 +02:00
2025-08-06 22:24:45 +02:00
2026-04-30 02:59:58 +02:00
2025-08-06 22:24:45 +02:00