美文网首页
android中2个颜色渐变(混合)

android中2个颜色渐变(混合)

作者: v587的毅哥 | 来源:发表于2018-05-08 15:23 被阅读436次

    其实系统提供了一个辅助类,在android.support.v4.graphics.ColorUtils里,2个颜色混合可以使用:

    int blendCorlor = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, ratio);

    多的不说了,都懂吧。

    相关文章

      网友评论

          本文标题:android中2个颜色渐变(混合)

          本文链接:https://www.haomeiwen.com/subject/brzvbttx.html