Java android.graphics ColorMatrixColorFilter fields, constructors, methods, implement or subclass

Example usage for Java android.graphics ColorMatrixColorFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics ColorMatrixColorFilter.

The text is from its open source code.

Constructor

ColorMatrixColorFilter(@NonNull ColorMatrix matrix)
Create a color filter that transforms colors through a 4x5 color matrix.
ColorMatrixColorFilter(@NonNull float[] array)
Create a color filter that transforms colors through a 4x5 color matrix.