to top
Android APIs
Added in API level 1
Deprecated since API level 16
public class

PixelXorXfermode

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

Class Overview

PixelXorXfermode implements a simple pixel xor (op ^ src ^ dst). This transformation does not follow premultiplied conventions, therefore this mode *always* returns an opaque color (alpha == 255). Thus it is not really usefull for operating on blended colors.

Summary

Public Constructors

? Examples
PixelXorXfermode(int opColor)
[Expand]
Inherited Methods
From class android.graphics.Xfermode
From class java.lang.Object

Public Constructors

public PixelXorXfermode (int opColor)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.