| Constructor and Description |
|---|
BrightnessSubFilter(int brightness)
Takes Brightness of the image
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeBrightness(int value)
Changes the brightness by the value passed as parameter
|
java.lang.String |
getTag() |
android.graphics.Bitmap |
process(android.graphics.Bitmap inputImage) |
void |
setBrightness(int brightness) |
void |
setTag(java.lang.Object tag) |
public BrightnessSubFilter(int brightness)
brightness - Integer brightness value {value 0 has no effect}