| Constructor and Description |
|---|
VignetteSubfilter(android.content.Context context,
int alpha)
Initialise Vignette subfilter
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeAlpha(int value)
Changes alpha value by that number
|
java.lang.Object |
getTag() |
android.graphics.Bitmap |
process(android.graphics.Bitmap inputImage) |
void |
setAlpha(int alpha)
Change alpha value to new value
|
void |
setTag(java.lang.Object tag) |
public VignetteSubfilter(android.content.Context context,
int alpha)
alpha - value of alpha ranges from 0-255 (Intensity of Vignette effect)