Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 android 资源中获得了一些 Drawable,我想将那里的颜色和 alpha 通道更改为纯色(图像具有不透明度)。我尝试使用setFilterColor,但它只是改变了颜色,alpha 通道仍然是半透明的。我怎样才能改变不透明度呢?
setFilterColor
我找到了班级ColorMatrixColorFilter
ColorMatrixColorFilter