使用滤镜
设置变暗:
imageView.setColorFilter(Color.GRAY, PorterDuff.Mode.MULTIPLY);
清除:
imageView.clearColorFilter();