FilterContrast
class FilterContrast
This filter adjusts the difference between the lightest and darkest parts what is rendered by the camera.
public class FilterContrast extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterContrast() | Creates a new FilterContrast. |
— Methods (2) —
| Name | Description |
|---|---|
| float getStrength() | Returns the current strength of the FilterContrast. |
| void setStrength(float value) | Sets the current strength of the FilterContrast to be "value" argument. |