FilterAdvancedVignette
class FilterAdvancedVignette
This filter is an artistic darkening of the camera's corners relative to the center.
public class FilterAdvancedVignette extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterAdvancedVignette() | Creates a new FilterAdvancedVignette. |
— Methods (8) —
| Name | Description |
|---|---|
| float getIntensity() | Returns the current intensity of the FilterAdvancedVignette. |
| void setIntensity(float value) | Sets the current intensity of the FilterAdvancedVignette to be "value" argument. |
| float getDistance() | Returns the current distance of the FilterAdvancedVignette relative to the center of the camera. |
| void setDistance(float value) | Sets the current distance of the FilterAdvancedVignette relative to the center of de camera to be "value" argument. |
| float getStart() | Returns the start of darkening relative to the center. |
| void setStart(float value) | Defines the start of darkening relative to the center to be "value" argument. |
| float getFade() | Returns the value of the current FilterAdvancedVignette fade. |
| void setFade(float value) | Sets the value of the current FilterAdvancedVignette fade to be "value" argument. |