FilterGaussianBlur
class FilterGaussianBlur
This filter creates a soft blur effect, commonly used to reduce image noise and reduce detail.
public class FilterGaussianBlur extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterGaussianBlur() | Creates a new FilterGaussianBlur. |
— Methods (4) —
| Name | Description |
|---|---|
| float getIntensity() | Returns the current intensity of the FilterGaussianBlur. |
| void setIntensity(float value) | Sets the current intensity of the FilterGaussianBlur to be "value" argument. |
| float getSize() | Returns the current application size of the FilterGaussianBlur. |
| void setSize(float value) | Sets the current application size of the FilterGaussianBlur to be "value" argument. |