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.
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.