FilterPikmin
class FilterPikmin
A simple image filter to camera.
public class FilterPikmin extends CameraFilter
— Constructors (1) —
| Constructor | Description |
|---|---|
| FilterPikmin() | Creates a new FilterPikmin. |
— Methods (2) —
| Name | Description |
|---|---|
| float getStrength() | Returns the current strength of the FilterPikmin. |
| void setStrength(float value) | Sets the current strength of the FilterPikmin to be "value" argument. |