Converts 24 bit colors to 15 bit colors
Go to file
nytpu 0f4edbabe1 migrated to sourcehut 2020-12-01 10:24:51 -07:00
README.md migrated to sourcehut 2020-12-01 10:24:51 -07:00

README.md

rgb555conv - converts 24 bit color to 15 bit color

I got tired of manually converting 24 bit hex colors (like 0xRRGGBB) into 15 bit BGR555 colors (like 0b0BBBBBGGGGGRRRRR) so I slapped this together to do it for me.

Migrated to sourcehut, view the code here