gpt4 book ai didi

java - 如何在Android中模糊背景图像

转载 作者:IT老高 更新时间:2023-10-28 20:53:20 25 4
gpt4 key购买 nike

像下图这样模糊背景图像的最佳方法是什么?我看到了一些代码和库,但它们已经有几年的历史了,或者像 BlurBehind 库一样,但它并没有产生相同的效果。提前致谢!

enter image description here

最佳答案

最简单的方法是使用库。看看这个:https://github.com/wasabeef/Blurry

有了这个库,你只需要这样做:

Blurry.with(context)
.radius(10)
.sampling(8)
.color(Color.argb(66, 255, 255, 0))
.async()
.onto(rootView);

关于java - 如何在Android中模糊背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31641973/

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