Android
android.graphics
public class

android.graphics.PorterDuffColorFilter

java.lang.Object
android.graphics.ColorFilter
android.graphics.PorterDuffColorFilter

Summary

Public Constructors

            PorterDuffColorFilter(int srcColor, PorterDuff.Mode mode)
Create a colorfilter that uses the specified color and porter-duff mode.
Methods inherited from class android.graphics.ColorFilter
Methods inherited from class java.lang.Object

Details

Public Constructors

public PorterDuffColorFilter(int srcColor, PorterDuff.Mode mode)

Create a colorfilter that uses the specified color and porter-duff mode.

Parameters

srcColor The source color used with the specified porter-duff mode
mode The porter-duff mode that is applied
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56