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

M

MaskFilter - Class in project.android.imageprocessing.filter.blend
Applies a mask blend of two images.
MaskFilter() - Constructor for class project.android.imageprocessing.filter.blend.MaskFilter
 
MedianFilter - Class in project.android.imageprocessing.filter.processing
Takes the median value of the three color components, over a 3x3 area
MedianFilter() - Constructor for class project.android.imageprocessing.filter.processing.MedianFilter
 
MissEtikateFilter - Class in project.android.imageprocessing.filter.colour
A photo filter based on a Photoshop action by Miss Etikate: http://miss-etikate.deviantart.com/art/Photoshop-Action-15-120151961.
MissEtikateFilter(Context) - Constructor for class project.android.imageprocessing.filter.colour.MissEtikateFilter
 
MonochromeFilter - Class in project.android.imageprocessing.filter.colour
Converts the image to a single-color version, based on the luminance of each pixel intensity: The degree to which the specific color replaces the normal image color (0.0 - 1.0) color: The color to use as the basis for the effect
MonochromeFilter(float[], float) - Constructor for class project.android.imageprocessing.filter.colour.MonochromeFilter
 
MosaicFilter - Class in project.android.imageprocessing.filter.effect
This filter takes an input tileset, the tiles must ascend in luminance.
MosaicFilter(Context, int, PointF, PointF, int, boolean) - Constructor for class project.android.imageprocessing.filter.effect.MosaicFilter
 
MotionBlurFilter - Class in project.android.imageprocessing.filter.processing
Applies a directional motion blur to an image blurSize: A multiplier for the blur size, ranging from 0.0 on up blurAngle: The angular direction of the blur, in degrees.
MotionBlurFilter(float, float) - Constructor for class project.android.imageprocessing.filter.processing.MotionBlurFilter
 
MultiInputFilter - Class in project.android.imageprocessing.filter
A multiple filter input extension of the BasicFilter.
MultiInputFilter(int) - Constructor for class project.android.imageprocessing.filter.MultiInputFilter
Creates a MultiInputFilter with any number of initial filters or filter graphs that produce a set number of textures which can be used by this filter.
MultiInputPixelFilter - Class in project.android.imageprocessing.filter
An extension of MultiInputFilter.
MultiInputPixelFilter(int) - Constructor for class project.android.imageprocessing.filter.MultiInputPixelFilter
Creates a MultiInputPixelFilter that passes the texel width and height information to the shaders and accepts a given textures as input.
MultiPixelRenderer - Class in project.android.imageprocessing.filter
A multi-pixel filter extension of the BasicFilter.
MultiPixelRenderer() - Constructor for class project.android.imageprocessing.filter.MultiPixelRenderer
Creates a MultiPixelRender that passes the texel width and height information to the shaders.
MultiplyBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a multiply blend of two images
MultiplyBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.MultiplyBlendFilter
 

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