Package project.android.imageprocessing.filter.blend

Class Summary
AddBlendFilter Applies an additive blend of two images
AlphaBlendFilter Blends the second image over the first, based on the second's alpha channel mix: The degree with which the second image overrides the first (0.0 - 1.0)
ChromaKeyBlendFilter Selectively replaces a color in the first image with the second image colour: The colour to match with thresholdSensitivity: How close a color match needs to exist to the target color to be replaced smoothing: How smoothly to blend for the color match
ColourBlendFilter Applies a color blend of two images
ColourBurnBlendFilter Applies a color burn blend of two images
ColourDodgeBlendFilter Applies a color dodge blend of two images
DarkenBlendFilter Applies a darken blend of two images.
DifferenceBlendFilter Applies a difference blend of two images.
DissolveBlendFilter Applies a dissolve blend of two images mix: The degree with which the second image overrides the first (0.0 - 1.0)
DivideBlendFilter Applies a division blend of two images
ExclusionBlendFilter Applies an exclusion blend of two images
HardLightBlendFilter Applies a hard light blend of two images
HueBlendFilter Applies a hue blend of two images
LightenBlendFilter Applies a lighten blend of two images.
LinearBurnBlendFilter Applies a linear burn blend of two images
LuminosityBlendFilter Applies a luminosity blend of two images
MaskFilter Applies a mask blend of two images.
MultiplyBlendFilter Applies a multiply blend of two images
NormalBlendFilter Applies a normal blend of two images
OverlayBlendFilter Applies a overlay blend of two images
SaturationBlendFilter Applies a saturation blend of two images
ScreenBlendFilter Applies a saturation blend of two images
SoftLightBlendFilter Applies a soft light blend of two images
SourceOverBlendFilter Applies a source over blend of two images
SubtractBlendFilter Applies a subtract blend of two images