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