A B C D E F G H I J K L M N O P R S T U V W Z

H

HalftoneFilter - Class in project.android.imageprocessing.filter.effect
Applies a halftone effect to an image, like news print fractionalWidthOfAPixel: How large the halftone dots are, as a fraction of the width and height of the image (0.0 - 1.0) aspectRatio: the ratio of width and height for dots
HalftoneFilter(float, float) - Constructor for class project.android.imageprocessing.filter.effect.HalftoneFilter
 
HardLightBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a hard light blend of two images
HardLightBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.HardLightBlendFilter
 
HazeFilter - Class in project.android.imageprocessing.filter.colour
Used to add or remove haze (similar to a UV filter) distance: Strength of the color applied.
HazeFilter(float, float) - Constructor for class project.android.imageprocessing.filter.colour.HazeFilter
 
HighlightShadowFilter - Class in project.android.imageprocessing.filter.colour
Adjusts the shadows and highlights of an image shadows: Increase to lighten shadows, from 0.0 to 1.0.
HighlightShadowFilter(float, float) - Constructor for class project.android.imageprocessing.filter.colour.HighlightShadowFilter
 
HueBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a hue blend of two images
HueBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.HueBlendFilter
 
HueFilter - Class in project.android.imageprocessing.filter.colour
A hue adjusting filter implementation of BasicFilter.
HueFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.HueFilter
Creates a HueFilter that adjusts the hue of input image by a given number of radians.

A B C D E F G H I J K L M N O P R S T U V W Z