drawbitmap2 and palette

Hi all.

I was trying drawBitmap2.

dc.drawBitmap2(dc.getWidth()/2, dc.getHeight()/5*3, Ui.loadResource(Rez.Drawables.hr), {:tintColor=>Gfc.COLOR_BLUE});

But I get this error:

Error: Unhandled Exception
Exception: Source must not use a color palette

My bitmap is an image in drawables and defined in drawables.xml.

It has no palette defined, since the image is black.

I want to color that image with :tintColor, but I can't initialize all images, since I must initialize all images only to tint 4 of them...

Any helps?

Thanks