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

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

Introduction

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

The text is from its open source code.

Constructor

PorterDuffColorFilter(@ColorInt int color, @NonNull PorterDuff.Mode mode)
Create a color filter that uses the specified color and Porter-Duff mode.