| Constructor and Description |
|---|
ContrastSubFilter(float contrast)
Initialise contrast subfilter
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeContrast(float value)
Changes contrast value by the value passed in as a parameter
|
java.lang.String |
getTag() |
android.graphics.Bitmap |
process(android.graphics.Bitmap inputImage) |
void |
setContrast(float contrast)
Sets the contrast value by the value passed in as parameter
|
void |
setTag(java.lang.Object tag) |
public ContrastSubFilter(float contrast)
contrast - The contrast value ranges in fraction, value 1 has no effectpublic android.graphics.Bitmap process(android.graphics.Bitmap inputImage)
public void setContrast(float contrast)
public void changeContrast(float value)