Skip to main content

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) —

ConstructorDescription
FilterSaturation()Creates a new FilterSaturation.

— Methods (2) —

NameDescription
float getStrength()Returns the current strength of the FilterSaturation.
void setStrength(float value)Sets the current strength of the FilterSaturation to be "value" argument.