Android 颜色叠加 - PorterDuff 模式

发布于 2024-12-15 13:02:07 字数 188 浏览 0 评论 0原文

我有一个黑色 &白色的 ninepatch 可绘制作为视图的背景,我想在其上应用颜色,就像半透明的叠加层一样,使绘图可见,但在其上应用所需的颜色。

我认为 drawable.setColorFilter(color,mode) 可能可以解决问题,但我无法弄清楚不同模式的含义。

有人能给我提示吗?

I have a black & white ninepatch drawable as background of a view and I would like to apply a color on it, like a semi-transparent overlay that leaves the drawing visible but applies the desired color on it.

I thought drawable.setColorFilter(color,mode) might do the trick, but I can't figure out what the different modes mean.

Could anyone give me a hint?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我心暖 2024-12-22 13:02:07

我相信这个问题可能对您有帮助:

了解使用 ColorMatrix 和 ColorMatrixColorFilter 修改 Drawable 的色调

也就是说,我建议使用 PorterDuff.Mode.MULTIPLY 来满足您的需求需要。

I believe this question may help you:

Understanding the Use of ColorMatrix and ColorMatrixColorFilter to Modify a Drawable's Hue

That said, I would suggest using PorterDuff.Mode.MULTIPLYfor what you're needing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文