FilterSuspicious
class FilterSuspicious
A simple image filter to camera.
public class FilterSuspicious extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterSuspicious() | Creates a new FilterSuspicious. |
— Methods (2) —
| Name | Description |
|---|---|
| float getStrength() | Returns the current strength of the FilterSuspicious. |
| void setStrength(float value) | Sets the current strength of the FilterSuspicious to be "value" argument. |