class |
AbstractConvolver |
An abstract base class for filters that perform convolutions.
|
class |
AbstractFunctionFilter |
An abstract base class for filters that apply a transfer function to the red,
green, and blue channels to produce a result.
|
class |
AbstractImagewiseFilter |
An abstract base class for image filters that require access to the entire
image at once when processing.
|
class |
AbstractPixelwiseFilter |
An abstract superclass for filters that work on a pixel-by-pixel basis, where
the new value of a given pixel is independent of every other pixel and the
location of the pixel in the image.
|
class |
AbstractRowwiseFilter |
An abstract superclass for filters that work on a row-by-row basis.
|
class |
AbstractTintingFilter |
|
class |
AlphaInversionFilter |
An image filter that inverts the alpha channel of a source image: transparent
areas will become solid and vice-versa.
|
class |
AlphaStrengthenFilter |
A filter that increases the overall opacity of an image.
|
class |
BloomFilter |
An image filter that applies a bloom effect to images.
|
class |
BlurFilter |
A filter that performs a fast box blur operation.
|
class |
BrightnessContrastFilter |
An image filter that adjusts the brightness and contrast of an image.
|
class |
ChannelFunctionFilter |
A image filter that applies a function to each channel.
|
class |
ChannelSwapFilter |
A filter that allows channels in the source image to be swapped around,
inverted, or filled with constant values.
|
class |
CheckeredScreenFilter |
A filter that applies a checkerboard pattern to the source image by
multiplying the alpha channel of alternating pixels by different values.
|
class |
ClearFilter |
Sets every pixel in an image to a single ARGB value.
|
class |
CloneFilter |
A filter that creates an identical copy of the source image.
|
class |
ColorOverlayFilter |
Sets every pixel to a common RGB value without modifying the alpha channel.
|
class |
CompoundPixelwiseFilter |
|
class |
ConvolveFilter |
Performs an image convolution on an image.
|
class |
DarkMagicFilter |
A filter which inverts the brightness each pixel without affecting the
colour.
|
class |
GammaCorrectionFilter |
Applies a gamma correction function to the source image.
|
class |
GaussianBlurFilter |
A filter that applies a Gaussian blur to the source image.
|
class |
GlowFilter |
A filter that applies a glow effect around the edge defined by the
non-transparent parts of an image.
|
class |
GreyscaleFilter |
A filter that converts images to greyscale, completely desaturating the
colours.
|
class |
InversionFilter |
An image filter that inverts the pixel values of the source image, producing
a negative image.
|
class |
MarginFilter |
This filter adds or removes space around the outside of an image.
|
class |
OilPaintingFilter |
A filter that simulates oil painting.
|
class |
PixelArtUpscalingFilter |
An image filter that upscales images to twice their original size.
|
class |
ReplaceHueSaturationFilter |
A tinting filter that replaces the hue and saturation of every pixel with
fixed values, and scales the brightness.
|
class |
SharpenFilter |
A filter that sharpens the input image.
|
class |
StencilFilter |
Set the alpha channel of an image using the pixels of another image as a
stencil.
|
class |
StrokeFilter |
An image filter that strokes the outline of the image shape.
|
class |
SubstitutionFilter |
An image filter that replaces one ARGB value with another.
|
class |
TintFilter |
A basic, general purpose card tinting filter.
|
static class |
TintFilter.ScaledTintFilter |
A TintFilter that scales its saturation and brightness.
|
class |
TintOverlayFilter |
This filter changes the colour of every pixel to an HSB colour value, but
leaves the alpha value untouched.
|
class |
TrimFilter |
Automatically crops an image by trimming off edges that fail to satisfy a
test.
|
class |
TurnAndFlipFilter |
This filter performs 90 degree rotations and horizontal or vertical flips on
an image.
|