• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps ColorMatrix and getting the changed colors

    Hello all, I am new to android developing as well as to java developing and I have one problem that is bothering me, it goes like this: - I have a bitmap with the Paint object called "bmpPaint". - The bitmap is changed by ColorMatrix applied to Paint (e.g. bmpPaint.setColorFilter(new...