public class FastBlur
extends java.lang.Object
Created by JessYan on 03/06/2014. Contact me Follow me ================================================
| Modifier and Type | Method and Description |
|---|---|
static void |
blur(android.content.Context context,
android.graphics.Bitmap bkg,
android.view.View view)
给
View 设置高斯模糊背景图片 |
static android.graphics.Bitmap |
blurBitmap(android.graphics.Bitmap bkg,
int width,
int height)
将
Bitmap 高斯模糊并返回 |
static android.graphics.Bitmap |
doBlur(android.graphics.Bitmap sentBitmap,
int radius,
boolean canReuseInBitmap) |
public static android.graphics.Bitmap doBlur(android.graphics.Bitmap sentBitmap,
int radius,
boolean canReuseInBitmap)
public static void blur(android.content.Context context,
android.graphics.Bitmap bkg,
android.view.View view)
View 设置高斯模糊背景图片context - bkg - view - public static android.graphics.Bitmap blurBitmap(android.graphics.Bitmap bkg,
int width,
int height)
Bitmap 高斯模糊并返回bkg - width - height -