FilterCBS
class FilterCBS
A mixture of FilterContrast, FilterBrightness and FilterSaturation filters.
public class FilterCBS extends CameraFilter
— Constructors (1) —
Constructor | Description |
---|---|
FilterCBS() | Creates a new FilterCBS. |
— Methods (6) —
Name | Description |
---|---|
float getSaturation() | Returns the current saturation of the FilterCBS. |
void setSaturation(float value) | Sets the current saturation of the FilterCBS to be "value" argument. |
float getBrightness() | Returns the current brightness of the FilterCBS. |
void setBrightness(float value) | Sets the current brightness of the FilterCBS to be "value" argument. |
float getContrast() | Returns the current FilterCBS contrast. |
void setContrast(float value) | Sets the current FilterCBS contrast to be "value" argument. |