public interface BlurAlgorithm
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
blur(android.graphics.Bitmap bitmap,
float blurRadius) |
boolean |
canModifyBitmap() |
void |
destroy()
Frees allocated resources
|
android.graphics.Bitmap.Config |
getSupportedBitmapConfig()
Retrieve the
Bitmap.Config on which the BlurAlgorithm
can actually work. |
android.graphics.Bitmap blur(android.graphics.Bitmap bitmap,
float blurRadius)
bitmap - bitmap to be blurredblurRadius - blur radiusvoid destroy()
boolean canModifyBitmap()
@NonNull android.graphics.Bitmap.Config getSupportedBitmapConfig()
Bitmap.Config on which the BlurAlgorithm
can actually work.