I'm writing a simple app to open Grand Prix Legends' funky PBF files used to store screenshot bitmaps in 16-bit rgb 565 format where each pixel's color is represented by two bytes.

SetPixel requires a Color parameter. How do I convert those two bytes to System.Drawing.Color type?

Thanks,
Homer