In computer graphics, alpha compositing(technique invented by Porter and Duff) is the process of combining an image with a background to create the appearance of partial or full transparency.
I'd like to add a ColorFilter to ImageView. Currently I'm using: ImageView iv = (ImageView)findViewById(resIdOfImageToFilter); iv.setColorFilter(Color.RED, …
android android-imageview porter-duffI would like to know what PorterDuff.Mode means in android graphics. I know that it is a transfer mode. …
android graphics porter-duffHaving a rich UI application in which I want to show image with complex shape like this Now what I …
android image bitmap masking porter-duffI'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 colorfilterI'm trying to create a custom View which works simple: there is a Bitmap which is revealed by arc path …
android canvas drawing porter-duffI have a black & white ninepatch drawable as background of a view and I would like to apply a …
android porter-duff colorfilterI'm trying to blend two images together with Android, using a Multiply-like blending mode. // Prepare ------------------------------- // Create source images Bitmap …
android blending porter-duffOkay so i've been trying to do this for a couple of days and i am getting no where. So …
android animation bitmap gauge porter-duffI'm trying to create the following design in my app. Design Mockup Its an overlay on top of the main …
android porter-duffI have a view which does some basic drawing. After this I want to draw a rectangle with a hole …
android graphics drawing hardware-acceleration porter-duff