- changeAlpha(int) - Method in class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
-
Changes alpha value by that number
- changeBrightness(int) - Method in class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
-
Changes the brightness by the value passed as parameter
- changeContrast(float) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
-
Changes contrast value by the value passed in as a parameter
- clearSubFilters() - Method in class com.zomato.photofilters.imageprocessors.Filter
-
Clears all the subfilters from the Parent Filter
- clearThumbs() - Static method in class com.zomato.photofilters.utils.ThumbnailsManager
-
- ColorOverlaySubFilter - Class in com.zomato.photofilters.imageprocessors.subfilters
-
- ColorOverlaySubFilter(int, float, float, float) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.ColorOverlaySubFilter
-
Initialize Color Overlay Subfilter
- com.zomato.photofilters - package com.zomato.photofilters
-
- com.zomato.photofilters.geometry - package com.zomato.photofilters.geometry
-
- com.zomato.photofilters.imageprocessors - package com.zomato.photofilters.imageprocessors
-
- com.zomato.photofilters.imageprocessors.subfilters - package com.zomato.photofilters.imageprocessors.subfilters
-
- com.zomato.photofilters.utils - package com.zomato.photofilters.utils
-
- ContrastSubFilter - Class in com.zomato.photofilters.imageprocessors.subfilters
-
- ContrastSubFilter(float) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
-
Initialise contrast subfilter
- curveGenerator(Point[]) - Static method in class com.zomato.photofilters.geometry.BezierSpline
-
Generates Curve {in a plane ranging from 0-255} using the knots provided