hi,

i'd like to draw on Canvas semitransparent NinePatchDrawable with
color filter in SRC_IN mode:

npd.setColorFilter(0x80800000, Mode.SRC_IN);
npd.draw(c);

and it seems that central patch is drawn with different color than the
others.

without setting color filter everything is ok.

is it a bug in NinePatchDrawable or am i missing something?

thanks,
pskink
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to