pixel = bitmapData[i];
        pixel = (int) (pixel * alpha);
        bitmapData[i] = pixel;

I'm wondering if the bitmap has a kind of palette, since:

bitmapData[i] = 0x00; // does white
bitmapData[i] = 0xFF; // doew black

Bit strange for my ignorance.


Thanks, chr


--
___________________________________________________________________
{ Christian Giordano's site and blog @ http://nuthinking.com }

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to