Uses of Class
android.graphics.ColorMatrix

Packages that use ColorMatrix
android.graphics   
 

Uses of ColorMatrix in android.graphics
 

Methods in android.graphics with parameters of type ColorMatrix
 void ColorMatrix.postConcat(ColorMatrix postmatrix)
           
 void ColorMatrix.preConcat(ColorMatrix prematrix)
           
 void ColorMatrix.set(ColorMatrix src)
           
 void ColorMatrix.setConcat(ColorMatrix matA, ColorMatrix matB)
           
 

Constructors in android.graphics with parameters of type ColorMatrix
ColorMatrix(ColorMatrix src)
           
ColorMatrixColorFilter(ColorMatrix matrix)
           
 



Copyright © 2008-2012. All Rights Reserved.