English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.ColorMatrixFilter

java.lang.Object
android.graphics.ColorFilter
android.graphics.ColorMatrixFilter

Summary

Public Constructors

          ColorMatrixFilter(ColorMatrix matrix)
Create a colorfilter that transforms colors through a 4x5 color matrix.
          ColorMatrixFilter(float[] array)
Create a colorfilter that transforms colors through a 4x5 color matrix.
Methods inherited from class android.graphics.ColorFilter
Methods inherited from class java.lang.Object

Details

Public Constructors

public ColorMatrixFilter(ColorMatrix matrix)

Create a colorfilter that transforms colors through a 4x5 color matrix.

Parameters

matrix 4x5 matrix used to transform colors. It is copied into the filter, so changes made to the matrix after the filter is constructed will not be reflected in the filter.

public ColorMatrixFilter(float[] array)

Create a colorfilter that transforms colors through a 4x5 color matrix.

Parameters

array array of floats used to transform colors, treated as a 4x5 matrix. The first 20 entries of the array are copied into the filter. See ColorMatrix.
Build m5-rc15g - 14 May 2008 12:50