FilterChromaticAberration
class FilterChromaticAberration
This filter is a color distortion that creates an outline of unwanted color along the edges of objects.
public class FilterChromaticAberration extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterChromaticAberration() | Creates a new FilterChromaticAberration. |
— Methods (2) —
| Name | Description |
|---|---|
| float getIntensity() | Returns the current intensity of the FilterChromaticAberration. |
| void setIntensity(float value) | Sets the current intensity of the FilterChromaticAberration to be "value" argument. |