i\'m studying getPixel32() and the Bitmap and Bitmap Data classes.Basically, i\'d like to know how to output a simple trace of an ARGB from a hexadecimal value.
I have to read a 24bpp Bitmap and convert each pixel from RGB24 to ARGB16. I used the following code,