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

Apps ColorMatrix and getting the changed colors

marijamih

Lurker
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 ColorMatrixColorFilter(mCM))

Now, how can I get the changed color at pixel x,y?

Currently I am only getting the old colors.
 
Back
Top Bottom