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