Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

PorterDuffXfermode

extends Xfermode
java.lang.Object
   ↳ android.graphics.Xfermode
     ↳ android.graphics.PorterDuffXfermode

Summary

Public Constructors
PorterDuffXfermode ( PorterDuff.Mode mode)
Create an xfermode that uses the specified porter-duff mode.
[Expand]
Inherited Methods
From class android.graphics.Xfermode
From class java.lang.Object

Public Constructors

public PorterDuffXfermode ( PorterDuff.Mode mode)

Added in API level 1

Create an xfermode that uses the specified porter-duff mode.

Parameters
mode The porter-duff mode that is applied