Top "Colorfilter" questions

Applying ColorFilter to ImageView with ShapedDrawable

I have an ImageView with android:src set to a ShapedDrawable, namely a white circle. What I want is to …

android drawable android-imageview colorfilter shapedrawable
Understanding the Use of ColorMatrix and ColorMatrixColorFilter to Modify a Drawable's Hue

I'm working on a UI for an app, and I'm attempting to use grayscale icons, and allow the user to …

android drawable colormatrix colorfilter
setColorFilter not working

I'm trying to implement a simple colorfilter on an imageview to turn the black image into a white image. In …

android imageview colorfilter
How can I manipulate the camera preview?

There are several tutorials out there which explain how to get a simple camera preview up and running on an …

android camera colorfilter
Android ColorFilter - Porter-Duff Modes

I'm trying to solve a problem with android ColorFilters. Documentation is very poor, so the main method is trying different …

android colors filter porter-duff colorfilter
Apply and Clear ColorFilter on view in Android

I have 2 buttons with different parents. I am trying to apply button effect onTouch of the button. Here is my …

android android-drawable android-button effects colorfilter
Android color overlay - PorterDuff modes

I have a black & white ninepatch drawable as background of a view and I would like to apply a …

android porter-duff colorfilter
StateListDrawable to switch colorfilters

I want to create custom buttons to use in a TabHost. I haven been trying to just use the same …

java android android-layout android-tabhost colorfilter
Android apply colorMatrix colorFilter on part of imageView with a mask

I want to change the brightness on certain part of an image. I know how to use ColorMatrix to change …

android bitmap imageview colormatrix colorfilter