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