FilterSaturation
class FilterSaturation
This filter refers to the intensity of a color, the higher the saturation of a color, the more vivid it is, and the lower the saturation of a color, the closer it is to gray.
public class FilterSaturation extends CameraFilter
— Constructors (1) —
Constructor | Description |
---|---|
FilterSaturation() | Creates a new FilterSaturation. |
— Methods (2) —
Name | Description |
---|---|
float getStrength() | Returns the current strength of the FilterSaturation. |
void setStrength(float value) | Sets the current strength of the FilterSaturation to be "value" argument. |