Hi Guys!!
i need to "scan" a pixmap and detect if a pixel is "on" or off
i use ReadPixel(MyPixMap,x, y) that return RGBA integer
...
now the problem is that how can i detect if a pixel is on (colored) or off (trasparent)?
many thanks!
i need to "scan" a pixmap and detect if a pixel is "on" or off
i use ReadPixel(MyPixMap,x, y) that return RGBA integer
...
now the problem is that how can i detect if a pixel is on (colored) or off (trasparent)?
many thanks!