You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
README.md | 3 years ago |
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.