I need in c# convert 2 bytes (16 bits) that are a pixel of an image of type A1R5G5B5 (so 1 bit alpha, 5 bits red, 5 bits green, 5 bits blue) from a standard 0-255 value
thanks in advance
I need in c# convert 2 bytes (16 bits) that are a pixel of
Share
This is a quick-and-dirty solution, but it should work for you.