Package com.meltingice.caman.filters

Class Summary
Brightness Adjusts the brightness of the image Params: (int)
Channels Lets you modify the intensity of any combination of red, green or blue color channels independently.
Clip Clips a color to max values when it falls outside of the specified range.
Colorize  
Contrast Adjusts the contrast of the image.
Curves Curves implementation loosely based off of Photoshop's similarly named feature.
Exposure  
Gamma Applies a gamma adjustment to the image.
GaussianBlur Applies a gaussian blur to the image.
Greyscale Converts the image to an accurate greyscale representation.
Hue Adjusts the hue of the image.
Invert Inverts all colors in the image.
Noise Applies a variable amount of pseudorandom noise to an image.
Saturation Adjusts the saturation of the image.
Sepia Applies a variable strength sepia filter to the image.
Sharpen Sharpens an image by a variable amount using convolution
Vibrance Adjusts the vibrance of the colors in the image.