I want to add light of the image, I want to use LightingColorFilter
LightingColorFilter lcf = new LightingColorFilter( mul, add);
imageView.setColorFilter(lcf);
but I don't know how to adjust mul, add
, can you give some link or code or parameters to adjust the light of the image?
Thank you
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…