AgonConsole8 / vdp-gl

Fork of vdp-gl
GNU General Public License v3.0
1 stars 2 forks source link

add get pixel functions to bitmap #13

Closed stevesims closed 3 weeks ago

stevesims commented 2 months ago

adds Bitmap::getPixel2222 and Bitmap::getPixel8888 that will get a pixel from a bitmap and return either RGBA2222 or RGBA8888 data