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

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

Introduction

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

The text is from its open source code.

Constructor

LightingColorFilter(@ColorInt int mul, @ColorInt int add)
Create a colorfilter that multiplies the RGB channels by one color, and then adds a second color.