gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-02 01:06:03 24 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/57728325/

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