RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Fix CF_Pixel conversion functions #155

Closed jonstvns closed 7 months ago

jonstvns commented 7 months ago

CF_Pixel conversion functions that used bitwise operations were assuming an rgba byte order, but the correct byte order is abgr