Skip navigation links
A B C D F G I N O P R S T V X Y 

A

addSubFilter(SubFilter) - Method in class com.zomato.photofilters.imageprocessors.Filter
Adds a Subfilter to the Main Filter
addThumb(ThumbnailItem) - Static method in class com.zomato.photofilters.utils.ThumbnailsManager
 
applyChannelCurves(int[], int[], int[], int[], int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 
applyCurves(int[], int[], int[], int[], Bitmap) - Static method in class com.zomato.photofilters.imageprocessors.ImageProcessor
 
applyRGBCurve(int[], int[], int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 

B

BezierSpline - Class in com.zomato.photofilters.geometry
 
BrightnessSubFilter - Class in com.zomato.photofilters.imageprocessors.subfilters
 
BrightnessSubFilter(int) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
Takes Brightness of the image

C

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

D

doBrightness(int, Bitmap) - Static method in class com.zomato.photofilters.imageprocessors.ImageProcessor
 
doBrightness(int[], int, int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 
doColorOverlay(int, float, float, float, Bitmap) - Static method in class com.zomato.photofilters.imageprocessors.ImageProcessor
 
doColorOverlay(int[], int, float, float, float, int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 
doContrast(float, Bitmap) - Static method in class com.zomato.photofilters.imageprocessors.ImageProcessor
 
doContrast(int[], float, int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 
doSaturation(Bitmap, float) - Static method in class com.zomato.photofilters.imageprocessors.ImageProcessor
 
doSaturation(int[], float, int, int) - Static method in class com.zomato.photofilters.imageprocessors.NativeImageProcessor
 

F

Filter - Class in com.zomato.photofilters.imageprocessors
This Class represents a ImageFilter and includes many subfilters within, we add different subfilters to this class's object and they are then processed in that particular order
Filter(Filter) - Constructor for class com.zomato.photofilters.imageprocessors.Filter
 
Filter() - Constructor for class com.zomato.photofilters.imageprocessors.Filter
 
Filter(String) - Constructor for class com.zomato.photofilters.imageprocessors.Filter
 
filter - Variable in class com.zomato.photofilters.utils.ThumbnailItem
 
filterName - Variable in class com.zomato.photofilters.utils.ThumbnailItem
 
FilterPack - Class in com.zomato.photofilters
Originally created by @author Varun on 01/07/15.

G

GeneralUtils - Class in com.zomato.photofilters.utils
 
generateCircularBitmap(Bitmap) - Static method in class com.zomato.photofilters.utils.GeneralUtils
 
getAdeleFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getAmazonFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getAprilFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getAudreyFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getAweStruckVibeFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getBlueMessFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getClarendon(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getCruzFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getFilterPack(Context) - Static method in class com.zomato.photofilters.FilterPack
the filter pack,
getHaanFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getLimeStutterFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getMarsFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getMetropolis(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getName() - Method in class com.zomato.photofilters.imageprocessors.Filter
 
getNightWhisperFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getOldManFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getRiseFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getStarLitFilter(Context) - Static method in class com.zomato.photofilters.FilterPack
 
getSubFilterByTag(String) - Method in class com.zomato.photofilters.imageprocessors.Filter
Returns The filter containing Tag
getTag() - Method in interface com.zomato.photofilters.imageprocessors.SubFilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.ColorOverlaySubFilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.SaturationSubfilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter
 
getTag() - Method in class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
 

I

image - Variable in class com.zomato.photofilters.utils.ThumbnailItem
 
ImageProcessor - Class in com.zomato.photofilters.imageprocessors
 

N

NativeImageProcessor - Class in com.zomato.photofilters.imageprocessors
 

O

onThumbnailClick(Filter) - Method in interface com.zomato.photofilters.utils.ThumbnailCallback
 

P

Point - Class in com.zomato.photofilters.geometry
 
Point(float, float) - Constructor for class com.zomato.photofilters.geometry.Point
 
process(Bitmap) - Method in interface com.zomato.photofilters.imageprocessors.SubFilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ColorOverlaySubFilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.SaturationSubfilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter
 
process(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
 
processFilter(Bitmap) - Method in class com.zomato.photofilters.imageprocessors.Filter
Give the output Bitmap by applying the defined filter
processThumbs(Context) - Static method in class com.zomato.photofilters.utils.ThumbnailsManager
 

R

removeSubFilterWithTag(String) - Method in class com.zomato.photofilters.imageprocessors.Filter
Removes the subfilter containing Tag from the Parent Filter

S

SaturationSubfilter - Class in com.zomato.photofilters.imageprocessors.subfilters
 
SaturationSubfilter(float) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.SaturationSubfilter
 
setAlpha(int) - Method in class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
Change alpha value to new value
setBrightness(int) - Method in class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
 
setContrast(float) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
Sets the contrast value by the value passed in as parameter
setLevel(float) - Method in class com.zomato.photofilters.imageprocessors.subfilters.SaturationSubfilter
 
setName(String) - Method in class com.zomato.photofilters.imageprocessors.Filter
 
setTag(Object) - Method in interface com.zomato.photofilters.imageprocessors.SubFilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.BrightnessSubFilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ColorOverlaySubFilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ContrastSubFilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.SaturationSubfilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter
 
setTag(Object) - Method in class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
 
sortPointsOnXAxis(Point[]) - Method in class com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter
 
SubFilter - Interface in com.zomato.photofilters.imageprocessors
 

T

ThumbnailCallback - Interface in com.zomato.photofilters.utils
 
ThumbnailItem - Class in com.zomato.photofilters.utils
 
ThumbnailItem() - Constructor for class com.zomato.photofilters.utils.ThumbnailItem
 
ThumbnailsManager - Class in com.zomato.photofilters.utils
 
ToneCurveSubFilter - Class in com.zomato.photofilters.imageprocessors.subfilters
 
ToneCurveSubFilter(Point[], Point[], Point[], Point[]) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter
Initialise ToneCurveSubfilter (NOTE : Don't pass null knots, pass straight line instead) Knots are the points in 2D taken by tweaking photoshop channels(plane ranging from 0-255)

V

VignetteSubfilter - Class in com.zomato.photofilters.imageprocessors.subfilters
 
VignetteSubfilter(Context, int) - Constructor for class com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter
Initialise Vignette subfilter

X

x - Variable in class com.zomato.photofilters.geometry.Point
 

Y

y - Variable in class com.zomato.photofilters.geometry.Point
 
A B C D F G I N O P R S T V X Y 
Skip navigation links