Classes in project.android.imageprocessing.filter.effect used by project.android.imageprocessing.filter.effect |
BulgeDistortionFilter
Creates a bulge distortion on the image
radius: The radius from the center to apply the distortion (in normalized coordinates from 0 - 1.0)
center: The center of the image (in normalized coordinates from 0 - 1.0) about which to distort
scale: The amount of distortion to apply, from -1.0 to 1.0 |
PixellateFilter
Applies a pixellation effect on an image or video
fractionalWidthOfAPixel: How large the pixels are, as a fraction of the width and height of the image (0.0 - 1.0) |
SphereRefractionFilter
Simulates the refraction through a solid glass sphere
center: The center about which to apply the distortion
radius: The radius of the distortion, ranging from 0.0 to 1.0
refractiveIndex: The index of refraction for the sphere |