hi everyone,
sorry if my question is obvious but I am just starting learning using Bitmap.
I have a png picture with a white rectangle with black border (and the remaining part is transparent)
I import it using
dc.drawBitmap2(gHW,gHW, Img, {:transform => transform,:tintColor => Color,:filterMode => 1 });
with tintColor I can paint the white part with the color I need which is great (is there any color limitation?)
My question is, is it possible to colorize the black part?
my xml is:
<bitmap id="MHA1" filename="MhA1.png" packingFormat="png" />
I know I could draw 2 different picture but I wonder if I could do it using 1 dawing in order to save ressources since my img is wide (anologic hand).