Learning Android Development
Android Image Lighting Control and Color Filtering
Easily adjust image brightness and color filtering with Android’s LightingColorFilter

Given an image, how could we make it brighter or darker in Android? Some might think of using another layer of color, but that’s not ideal.