gpt4 book ai didi

android - DrawableCompat.setTint(drawable, color) vs Drawable.setColorFilter(color, mode)

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:50:57 25 4
gpt4 key购买 nike

这两种实现有什么区别?

DrawableCompat.setTintMode(wrappedDrawable, Mode.SRC_ATOP);
DrawableCompat.setTint(wrappedDrawable, color);

drawable.setColorFilter(color, Mode.SRC_ATOP);

最佳答案

setTint 将特定wrapedDrawable 的色调设置为int,而setTintMode 将特定wrapedDrawable 的色调设置为 ColorStateList 类型。

drawable.setColorFilter 设置颜色过滤器,但该方法不一定向后兼容。

关于android - DrawableCompat.setTint(drawable, color) vs Drawable.setColorFilter(color, mode),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30377762/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com